refactor HashFunction
This commit is contained in:
@@ -3,4 +3,4 @@ package com.infendro.hash.keccak.shake
|
||||
import com.infendro.hash.keccak.Keccak
|
||||
|
||||
@Suppress("UNUSED")
|
||||
class SHAKE256(bytes: Int) : Keccak(bytes, 136, 0x1F)
|
||||
class SHAKE256(bytes: Int) : Keccak(bytes, 136, 0x1FU)
|
||||
|
||||
Reference in New Issue
Block a user