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

type A128Gcm = Aes128Gcm;
This is supported on crate feature aes only.
Expand description

128 bit AES-GCM

Trait Implementations

impl AesType for A128Gcm[src]

type KeySize = Self::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