Expand description
Functions§
- derive_
key - Mint an AES-CTR key of the declared variant from a parameterized
derivation. See
aes_gcm::derive_keyfor the grant contracts. - generate_
key - Generate a fresh random key of the declared AES variant.
- import_
key_ jwk - Import an RFC 7517
octJSON Web Key (as JSON text) as a AES-CTR key of the declared variant. See the WITmac-key.export-key-jwkdoc for the package-wide JWK contract. - import_
key_ raw - Import raw key material as the declared AES variant.