Skip to main content
Module pbkdf2
crypto
0.1.0
Module pbkdf2
Module Items
Functions
In crate crypto
crypto
Module
pbkdf2
Copy item path
Source
Expand description
PBKDF2 (Password-Based Key Derivation Function 2) as defined in RFC 2898.
Functions
ยง
derive
Derives a key using PBKDF2-HMAC with the given hash function.