Ctr64LE

Type Alias Ctr64LE 

Source
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 */ }

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.