pub async fn import_key_raw(
variant: AesVariant,
raw: impl Into<Vec<u8>>,
options: KwKeyOptions,
) -> Result<KwKey, 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: KwKeyOptions,
) -> Result<KwKey, Error>Import raw key material as the declared AES variant.