Functionsยง
- decrypt ๐
- https://w3c.github.io/webcrypto/#aes-ctr-operations-decrypt
- encrypt ๐
- https://w3c.github.io/webcrypto/#aes-ctr-operations-encrypt
- export_
key ๐ - https://w3c.github.io/webcrypto/#aes-ctr-operations-export-key
- generate_
key ๐ - https://w3c.github.io/webcrypto/#aes-ctr-operations-generate-key
- get_
key_ ๐length - https://w3c.github.io/webcrypto/#aes-ctr-operations-get-key-length
- import_
key ๐ - https://w3c.github.io/webcrypto/#aes-ctr-operations-import-key
Type Aliasesยง
- Ctr ๐
- 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.