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