Module pbkdf2

Module pbkdf2 

Source

Functionsยง

derivation
Derives a 256-bit key using PBKDF2 with SHA-256 as the hashing algorithm. Returns the derived key and salt as a Pbkdf2Result.
derivation_with_salt
Derives a key using PBKDF2 with SHA-256 as the hashing algorithm. Returns the derived key as a vector of bytes.