pub async fn unwrap_key_raw(
variant: AesVariant,
input: UnwrapInput,
options: CipherKeyOptions,
) -> Result<CipherKey, Error>Expand description
Mint a key from unwrapped key material read as raw bytes, subject
to import-key-raw’s contract. input is consumed; see
aes-gcm.unwrap-key-raw for the options model.