implement keccak
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.infendro.hash.keccak.sha3
|
||||
|
||||
import com.infendro.hash.keccak.Keccak
|
||||
|
||||
@Suppress("UNUSED")
|
||||
object `SHA3-512` : Keccak(64, 72, 0x06)
|
||||
Reference in New Issue
Block a user