View Source SecretVault.KDFs.PBKDF2 (SecretVault v1.2.2)
PKCS #2 PBKDF2 (Password-Based Key Derivation Function 2).
Implements SecretVault.KeyDerivation
.
Summary
Functions
Call the PBKDF function.
Types
@type option() :: {:key_length, pos_integer()} | {:iterations_count, pos_integer()}