crypto/kdf library
Key derivation function (KDF) algorithms.
Classes
- Argon2idKdf
- Argon2id KDF wrapper that accepts password bytes.
- HashKdf
- RFC 5054 compliant hash-based KDF.
- Kdf
- Key derivation function (KDF) interface.
Enums
- KdfChoice
- Key derivation functions (KDFs) available for deriving user private keys.