|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
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" |
Compute Pedersen hash of raw buffer.
Definition at line 126 of file bbapi_crypto.hpp.
| PedersenHashBuffer::Response bb::bbapi::PedersenHashBuffer::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 57 of file bbapi_crypto.cpp.
| bb::bbapi::PedersenHashBuffer::MSGPACK_FIELDS | ( | input | , |
| hash_index | |||
| ) |
|
default |
| uint32_t bb::bbapi::PedersenHashBuffer::hash_index |
Definition at line 137 of file bbapi_crypto.hpp.
| std::vector<uint8_t> bb::bbapi::PedersenHashBuffer::input |
Definition at line 136 of file bbapi_crypto.hpp.
|
staticconstexpr |
Definition at line 127 of file bbapi_crypto.hpp.