refactor keccak functions
This commit is contained in:
@@ -2,7 +2,4 @@ package com.infendro.hash.keccak.sha3
|
||||
|
||||
import com.infendro.hash.keccak.Keccak
|
||||
|
||||
object `SHA3-512` : Keccak(72, 0x06U) {
|
||||
override val bytes: Int
|
||||
get() = 64
|
||||
}
|
||||
object `SHA3-512` : Keccak(64, 72, 0x06U)
|
||||
|
||||
Reference in New Issue
Block a user