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ยง

pub(crate) struct Ctr32BE<Aes> { /* private fields */ }