implement optimizations
This commit is contained in:
@@ -4,4 +4,4 @@ import com.infendro.hash.keccak.Keccak
|
||||
|
||||
class SHAKE128(
|
||||
bytes: Int,
|
||||
) : Keccak(bytes, 168, 0x1FU)
|
||||
) : Keccak(bytes, 168, 0x1F)
|
||||
|
||||
@@ -4,4 +4,4 @@ import com.infendro.hash.keccak.Keccak
|
||||
|
||||
class SHAKE256(
|
||||
bytes: Int,
|
||||
) : Keccak(bytes, 136, 0x1FU)
|
||||
) : Keccak(bytes, 136, 0x1F)
|
||||
|
||||
Reference in New Issue
Block a user