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