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

Compute accumulated Poseidon2 hash. More...

#include <bbapi_crypto.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (BBApiRequest &request) &&
 
 MSGPACK_FIELDS (inputs)
 
bool operator== (const Poseidon2HashAccumulate &) const =default
 

Public Attributes

std::vector< frinputs
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "Poseidon2HashAccumulate"
 

Detailed Description

Compute accumulated Poseidon2 hash.

Definition at line 64 of file bbapi_crypto.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 29 of file bbapi_crypto.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::Poseidon2HashAccumulate::MSGPACK_FIELDS ( inputs  )

◆ operator==()

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

Member Data Documentation

◆ inputs

std::vector<fr> bb::bbapi::Poseidon2HashAccumulate::inputs

Definition at line 74 of file bbapi_crypto.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 65 of file bbapi_crypto.hpp.


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