AlgorithmArgon2

interface AlgorithmArgon2

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun hash(mode: AlgorithmArgon2.Mode, data: ByteArray, salt: ByteArray, tCostInIterations: Int = 1, mCostInKibibyte: Int = 65536, parallelism: Int = 2, lHashLengthInBytes: Int = 32): ByteArray