1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-29 00:22:19 +01:00
redox-ssh/ring/aead/sidebar-items.js

1 line
No EOL
809 B
JavaScript

initSidebarItems({"constant":[["MAX_TAG_LEN","The maximum length of a tag for the algorithms in this module."]],"fn":[["open_in_place","Authenticates and decrypts (“opens”) data in place. When"],["seal_in_place","Encrypts and signs (“seals”) data in place."]],"mod":[["chacha20_poly1305_openssh","The [chacha20-poly1305@openssh.com] AEAD-ish construct."]],"static":[["AES_128_GCM","AES-128 in GCM mode with 128-bit tags and 96 bit nonces."],["AES_256_GCM","AES-256 in GCM mode with 128-bit tags and 96 bit nonces."],["CHACHA20_POLY1305","ChaCha20-Poly1305 as described in [RFC 7539]."]],"struct":[["Algorithm","An AEAD Algorithm."],["OpeningKey","A key for authenticating and decrypting (“opening”) AEAD-protected data."],["SealingKey","A key for encrypting and signing (“sealing”) data."]]});