pub async fn unwrap_key_raw(
variant: AesVariant,
input: UnwrapInput,
options: AeadKeyOptions,
) -> Result<AeadKey, Error>Expand description
Mint a key from unwrapped key material (see the wrapping
interface): input’s bytes are read as raw key material, subject
to import-key-raw’s contract. input is consumed.
The minted key’s usages and extractability come from options
alone (the W3C Web Cryptography API’s unwrapKey model).