type Ctr<T> = Ctr128BE<T>;Expand description
Use aes::Ctr128BE by default. According to the WebCrypto API specification, the counter MUST be 16 bytes (the AES block size), and the counter bits are interpreted as a big-endian integer.
Aliased Typeยง
struct Ctr<T> { /* private fields */ }