toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
crypto
/
com.example.crypto.impl.kdf
/
SCryptImpl
SCrypt
Impl
class
SCryptImpl
:
SCrypt
Members
Constructors
SCrypt
Impl
Link copied to clipboard
constructor
(
)
Functions
derive
Link copied to clipboard
open
override
fun
derive
(
password
:
ByteArray
,
salt
:
ByteArray
?
,
n
:
Int
,
r
:
Int
,
p
:
Int
,
dkLen
:
Int
)
:
ByteArray