Type Alias ctr::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 */ }