Files
rapr-rs/docs/openssl/symm/sidebar-items.js
Uttarayan Mondal d5ecda4c73 Initial docs commit
2021-03-15 01:27:34 +05:30

1 line
455 B
JavaScript

initSidebarItems({"enum":[["Mode",""]],"fn":[["decrypt","Decrypts data in one go, and returns the decrypted data."],["decrypt_aead","Like `decrypt`, but for AEAD ciphers such as AES GCM."],["encrypt","Encrypts data in one go, and returns the encrypted data."],["encrypt_aead","Like `encrypt`, but for AEAD ciphers such as AES GCM."]],"struct":[["Cipher","Represents a particular cipher algorithm."],["Crypter","Represents a symmetric cipher context."]]});