-
- All Implemented Interfaces:
public final class KeccakKt
-
-
Method Summary
Modifier and Type Method Description final static ByteArraykeccak224(Hashing $self)Hashing via Algorithm.Keccak224 with output size of 224 final static ByteArraykeccak256(Hashing $self)Hashing via Algorithm.Keccak256 with output size of 256 final static ByteArraykeccak288(Hashing $self)Hashing via Algorithm.Keccak288 with output size of 288 final static ByteArraykeccak384(Hashing $self)Hashing via Algorithm.Keccak384 with output size of 384 final static ByteArraykeccak512(Hashing $self)Hashing via Algorithm.Keccak512 with output size of 512 final static ByteArraykeccak1600(Hashing $self)Hashing via Keccak's F1600 -
-
Method Detail
-
keccak224
final static ByteArray keccak224(Hashing $self)
Hashing via Algorithm.Keccak224 with output size of 224
-
keccak256
final static ByteArray keccak256(Hashing $self)
Hashing via Algorithm.Keccak256 with output size of 256
-
keccak288
final static ByteArray keccak288(Hashing $self)
Hashing via Algorithm.Keccak288 with output size of 288
-
keccak384
final static ByteArray keccak384(Hashing $self)
Hashing via Algorithm.Keccak384 with output size of 384
-
keccak512
final static ByteArray keccak512(Hashing $self)
Hashing via Algorithm.Keccak512 with output size of 512
-
keccak1600
final static ByteArray keccak1600(Hashing $self)
Hashing via Keccak's F1600
-
-
-
-