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

Compute Pedersen hash of raw buffer. More...

#include <bbapi_crypto.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (BBApiRequest &request) &&
 
 MSGPACK_FIELDS (input, hash_index)
 
bool operator== (const PedersenHashBuffer &) const =default
 

Public Attributes

std::vector< uint8_t > input
 
uint32_t hash_index
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "PedersenHashBuffer"
 

Detailed Description

Compute Pedersen hash of raw buffer.

Definition at line 126 of file bbapi_crypto.hpp.

Member Function Documentation

◆ execute()

PedersenHashBuffer::Response bb::bbapi::PedersenHashBuffer::execute ( BBApiRequest request) &&

Definition at line 57 of file bbapi_crypto.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::PedersenHashBuffer::MSGPACK_FIELDS ( input  ,
hash_index   
)

◆ operator==()

bool bb::bbapi::PedersenHashBuffer::operator== ( const PedersenHashBuffer ) const
default

Member Data Documentation

◆ hash_index

uint32_t bb::bbapi::PedersenHashBuffer::hash_index

Definition at line 137 of file bbapi_crypto.hpp.

◆ input

std::vector<uint8_t> bb::bbapi::PedersenHashBuffer::input

Definition at line 136 of file bbapi_crypto.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::PedersenHashBuffer::MSGPACK_SCHEMA_NAME[] = "PedersenHashBuffer"
staticconstexpr

Definition at line 127 of file bbapi_crypto.hpp.


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