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

type A256Gcm = Aes256Gcm;
This is supported on crate feature aes only.
Expand description

256 bit AES-GCM

Trait Implementations

impl AesType for A256Gcm[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