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 theUnwrapInput.