toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
wallet
/
com.example.wallet.model
/
Kdf
Kdf
@
Serializable
data
class
Kdf
(
val
kdf
:
String
,
val
kdfParams
:
KdfParams
)
Members
Constructors
Kdf
Link copied to clipboard
constructor
(
kdf
:
String
,
kdfParams
:
KdfParams
)
Properties
kdf
Link copied to clipboard
val
kdf
:
String
密钥派生函数,PBKDF2、Scrypt
kdf
Params
Link copied to clipboard
val
kdfParams
:
KdfParams