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

#include <bbapi_crypto.hpp>

Public Member Functions

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

Public Attributes

std::vector< uint8_t > plaintext
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "AesDecryptResponse"
 

Detailed Description

Definition at line 199 of file bbapi_crypto.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::bbapi::AesDecrypt::Response::MSGPACK_FIELDS ( plaintext  )

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::AesDecrypt::Response::MSGPACK_SCHEMA_NAME[] = "AesDecryptResponse"
staticconstexpr

Definition at line 200 of file bbapi_crypto.hpp.

◆ plaintext

std::vector<uint8_t> bb::bbapi::AesDecrypt::Response::plaintext

Definition at line 201 of file bbapi_crypto.hpp.


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