[][src]Module mundane::kdf

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:

Functions

pbkdf2

The PBKDF2 Key Derivation Function.