pub(crate) type Ctr32BE<Aes> = CtrCore<Aes, Ctr32BE>;
Counter mode with a 32-bit big endian counter.
pub(crate) struct Ctr32BE<Aes> { /* private fields */ }