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