Cloudike Android Libraries
Toggle table of contents
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Cloudike Android Libraries
Core Library
/
com.cloudike.sdk.core.crypto
/
AlgorithmArgon2
Algorithm
Argon2
interface
AlgorithmArgon2
Members
Types
Mode
Link copied to clipboard
enum
Mode
:
Enum
<
AlgorithmArgon2.Mode
>
Functions
hash
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