Type Alias ctr::Ctr32LE

source ·
pub type Ctr32LE<B> = StreamCipherCoreWrapper<CtrCore<B, Ctr32LE>>;
Expand description

CTR mode with 32-bit little endian counter.

Aliased Type§

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