pub async fn import_key_raw(
variant: AesVariant,
raw: Vec<u8>,
options: CipherKeyOptions,
) -> Result<CipherKey, Error>Expand description
Import raw key material as the declared AES variant (see
aes-gcm.import-key-raw for the variant-redundancy contract).