Skip to main content

Module pbkdf2

Module pbkdf2 

Source
Expand description

pbkdf2 base-secret import (RFC 8018).

This module mints no keys and runs no derivation: it imports the password that pbkdf2_sha2 and pbkdf2_sha1 parameterize into DeriveInputs.

Functions§

import_password
Import a password.
unwrap_password
Mint a password from unwrapped bytes, subject to import_password’s contract. Consumes the UnwrapInput.