pub type Ctr32BE<B> = StreamCipherCoreWrapper<CtrCore<B, Ctr32BE>>;Expand description
CTR mode with 32-bit big endian counter.
Aliased Typeยง
pub struct Ctr32BE<B> { /* private fields */ }main (development) branch of crypto-glue.pub type Ctr32BE<B> = StreamCipherCoreWrapper<CtrCore<B, Ctr32BE>>;CTR mode with 32-bit big endian counter.
pub struct Ctr32BE<B> { /* private fields */ }