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