pub async fn unwrap_password(
input: UnwrapInput,
options: DeriveOptions,
) -> Result<Password, Error>Expand description
Mint a password from unwrapped bytes (see the wrapping
interface), subject to import-password’s contract. See
hkdf.unwrap-ikm for the model — the grants come from options
alone, and non-extractability stays structural. input is
consumed.