Type Alias aes_gcm::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 */ }