Utilities
Toggle table of contents
1.7.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Utilities
Utilities
/
mtctx.utilities.crypto
/
Argon2
/
Result
/
Result
Result
constructor
(
hash
:
ByteArray
,
salt
:
ByteArray
)
Parameters
hash
The generated hash as a
ByteArray
.
salt
The salt used for hashing as a
ByteArray
.