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