toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.crypto
/
PBKDF2
/
Companion
/
pbkdf2
pbkdf2
fun
pbkdf2
(
password
:
ByteArray
,
salt
:
ByteArray
,
iterationCount
:
Int
,
keySizeInBits
:
Int
,
hasher
:
Hasher
)
:
Hash