aes_gcm

Type Alias Ctr32BE

source
pub(crate) type Ctr32BE<Aes> = CtrCore<Aes, Ctr32BE>;
Expand description

Counter mode with a 32-bit big endian counter.

Aliased Typeยง

struct Ctr32BE<Aes> { /* private fields */ }