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