class GenericHash
(source)
Generic hashing utility (BLAKE2b).
See Also
<a href="https://libsodium.gitbook.io/doc/hashing/generic_hashing">Generic hashing</a>
class Hash : Destroyable
Generic hash function output. |
|
class Input : Destroyable
Input of generic hash function. |
GenericHash()
Generic hashing utility (BLAKE2b). |
static fun hash(hashLength: Int, input: Input): Hash
Creates a generic hash of specified length of the input |