pub async fn import_key_raw(
variant: AesVariant,
raw: impl Into<Vec<u8>>,
options: CipherKeyOptions,
) -> Result<CipherKey, Error>Expand description
Import raw key material as the declared AES variant.
pub async fn import_key_raw(
variant: AesVariant,
raw: impl Into<Vec<u8>>,
options: CipherKeyOptions,
) -> Result<CipherKey, Error>Import raw key material as the declared AES variant.