ctr

Type Alias Ctr64LE

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

CTR mode with 64-bit little endian counter.

Aliased Typeยง

struct Ctr64LE<B> { /* private fields */ }