pub async fn derive_key(
variant: AesVariant,
input: &DeriveInput,
options: KwKeyOptions,
) -> Result<KwKey, Error>Expand description
Mint a key from a parameterized derivation (the
aes-gcm.derive-key contract, minting a kw-key).
pub async fn derive_key(
variant: AesVariant,
input: &DeriveInput,
options: KwKeyOptions,
) -> Result<KwKey, Error>Mint a key from a parameterized derivation (the
aes-gcm.derive-key contract, minting a kw-key).