Type Definition askar_crypto::alg::aes::A256Kw[][src]

type A256Kw = AesKeyWrap<Aes256>;
This is supported on crate feature aes only.
Expand description

256 bit AES Key Wrap

Trait Implementations

impl AesType for A256Kw[src]

type KeySize = <Aes256 as NewBlockCipher>::KeySize

The size of the key secret bytes

const ALG_TYPE: AesTypes[src]

The associated algorithm type

const JWK_ALG: &'static str[src]

The associated JWK algorithm name