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