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

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

128 bit AES Key Wrap

Trait Implementations

impl AesType for A128Kw[src]

type KeySize = <Aes128 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