#include <couchbase/error.hxx>
#include <cstddef>
#include <utility>
#include <vector>
Go to the source code of this file.
|
auto | generate_initialization_vector () -> std::pair< error, std::vector< std::byte > > |
auto | encrypt (std::vector< std::byte > key, std::vector< std::byte > iv, std::vector< std::byte > plaintext, std::vector< std::byte > associated_data) -> std::pair< error, std::vector< std::byte > > |
auto | decrypt (std::vector< std::byte > key, std::vector< std::byte > ciphertext, std::vector< std::byte > associated_data) -> std::pair< error, std::vector< std::byte > > |