Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::bbapi::AesEncrypt::Response Struct Reference

#include <bbapi_crypto.hpp>

Public Member Functions

 MSGPACK_FIELDS (ciphertext)
 
bool operator== (const Response &) const =default
 

Public Attributes

std::vector< uint8_t > ciphertext
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "AesEncryptResponse"
 

Detailed Description

Definition at line 190 of file bbapi_crypto.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::bbapi::AesEncrypt::Response::MSGPACK_FIELDS ( ciphertext  )

◆ operator==()

bool bb::bbapi::AesEncrypt::Response::operator== ( const Response ) const
default

Member Data Documentation

◆ ciphertext

std::vector<uint8_t> bb::bbapi::AesEncrypt::Response::ciphertext

Definition at line 192 of file bbapi_crypto.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::AesEncrypt::Response::MSGPACK_SCHEMA_NAME[] = "AesEncryptResponse"
staticconstexpr

Definition at line 191 of file bbapi_crypto.hpp.


The documentation for this struct was generated from the following file: