logo

Type Definition ctr::Ctr64LE

source · []
pub type Ctr64LE<B> = StreamCipherCoreWrapper<CtrCore<B, Ctr64LE>>;
Expand description

CTR mode with 64-bit little endian counter.