pub type Ctr64LE<B> = StreamCipherCoreWrapper<CtrCore<B, Ctr64LE>>;
CTR mode with 64-bit little endian counter.
struct Ctr64LE<B> { /* private fields */ }