Skip to main content

Module aes_ctr_operation

Module aes_ctr_operation 

Source

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.