logo

Type Definition ctr::Ctr64BE

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

CTR mode with 64-bit big endian counter.