refactor keccak functions
This commit is contained in:
@@ -3,5 +3,5 @@ package com.infendro.hash.keccak.shake
|
||||
import com.infendro.hash.keccak.Keccak
|
||||
|
||||
class SHAKE128(
|
||||
override val bytes: Int,
|
||||
) : Keccak(168, 0x1FU)
|
||||
bytes: Int,
|
||||
) : Keccak(bytes, 168, 0x1FU)
|
||||
|
||||
Reference in New Issue
Block a user