pub type Ctr128BE<B> = StreamCipherCoreWrapper<CtrCore<B, Ctr128BE>>;Expand description
CTR mode with 128-bit big endian counter.
Aliased Typeยง
pub struct Ctr128BE<B> { /* private fields */ }pub type Ctr128BE<B> = StreamCipherCoreWrapper<CtrCore<B, Ctr128BE>>;CTR mode with 128-bit big endian counter.
pub struct Ctr128BE<B> { /* private fields */ }