Expand description
Key Derivation Functions (KDFs).
KDFs are low-level primitives often used to construct higher-level protocols. Unless you’re sure that this is what you need, you should probably be using something else. In particular:
- If you need password verification, see the
password
module.
This module is available if Mundane is built with the kdf
feature.
Functions§
- The PBKDF2 Key Derivation Function.