Ctr128LE

Type Alias Ctr128LE 

Source
pub type Ctr128LE<B> = StreamCipherCoreWrapper<CtrCore<B, Ctr128LE>>;
Expand description

CTR mode with 128-bit little endian counter.

Aliased Type§

pub struct Ctr128LE<B> { /* private fields */ }

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.