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