-
- All Implemented Interfaces:
public final class Blake2bKt
-
-
Method Summary
Modifier and Type Method Description final static ByteArrayblake2b(Hashing $self, Integer outputSize)Hashing via Algorithm.Blake2b using the provided output size final static ByteArrayblake2b_128(Hashing $self)Hashes via Algorithm.Blake2b with output size of 128 final static ByteArrayblake2b_160(Hashing $self)Hashes via Algorithm.Blake2b with output size of 160 final static ByteArrayblake2b_256(Hashing $self)Hashes via Algorithm.Blake2b with output size of 256 final static ByteArrayblake2b_384(Hashing $self)Hashes via Algorithm.Blake2b with output size of 384 final static ByteArrayblake2b_512(Hashing $self)Hashes via Algorithm.Blake2b with output size of 512 -
-
Method Detail
-
blake2b
final static ByteArray blake2b(Hashing $self, Integer outputSize)
Hashing via Algorithm.Blake2b using the provided output size
- Parameters:
outputSize- the size of output
-
blake2b_128
final static ByteArray blake2b_128(Hashing $self)
Hashes via Algorithm.Blake2b with output size of 128
-
blake2b_160
final static ByteArray blake2b_160(Hashing $self)
Hashes via Algorithm.Blake2b with output size of 160
-
blake2b_256
final static ByteArray blake2b_256(Hashing $self)
Hashes via Algorithm.Blake2b with output size of 256
-
blake2b_384
final static ByteArray blake2b_384(Hashing $self)
Hashes via Algorithm.Blake2b with output size of 384
-
blake2b_512
final static ByteArray blake2b_512(Hashing $self)
Hashes via Algorithm.Blake2b with output size of 512
-
-
-
-