Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "c_bind.hpp"
#include "barretenberg/common/mem.hpp"
#include "barretenberg/common/serialize.hpp"
#include "pedersen.hpp"
Go to the source code of this file.
Functions | |
WASM_EXPORT void | pedersen_hash (fr::vec_in_buf inputs_buffer, uint32_t const *hash_index, fr::out_buf output) |
WASM_EXPORT void | pedersen_hashes (fr::vec_in_buf inputs_buffer, uint32_t const *hash_index, fr::out_buf output) |
WASM_EXPORT void | pedersen_hash_buffer (uint8_t const *input_buffer, uint32_t const *hash_index, fr::out_buf output) |
WASM_EXPORT void pedersen_hash | ( | fr::vec_in_buf | inputs_buffer, |
uint32_t const * | hash_index, | ||
fr::out_buf | output | ||
) |
Definition at line 14 of file c_bind.cpp.
WASM_EXPORT void pedersen_hash_buffer | ( | uint8_t const * | input_buffer, |
uint32_t const * | hash_index, | ||
fr::out_buf | output | ||
) |
Definition at line 41 of file c_bind.cpp.
WASM_EXPORT void pedersen_hashes | ( | fr::vec_in_buf | inputs_buffer, |
uint32_t const * | hash_index, | ||
fr::out_buf | output | ||
) |
Definition at line 24 of file c_bind.cpp.