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