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

type Aes128GcmKey = AesGcmKey<U16>;

AES-128 in Galois/Counter Mode (GCM)

Trait Implementations

impl Encodable for Aes128GcmKey[src]