[][src]Type Definition cryptouri::secret_key::Aes256GcmKey

type Aes256GcmKey = AesGcmKey<U32>;

AES-256 in Galois/Counter Mode (GCM)

Trait Implementations

impl Encodable for Aes256GcmKey[src]