Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/wasm_export.hpp"
#include "barretenberg/ecc/curves/bn254/fr.hpp"
#include "barretenberg/ecc/curves/grumpkin/grumpkin.hpp"
Go to the source code of this file.
Typedefs | |
using | affine_element = grumpkin::g1::affine_element |
Functions | |
WASM_EXPORT void | pedersen_commit (fr::vec_in_buf inputs_buffer, uint32_t const *ctx_index, affine_element::out_buf output) |
Definition at line 15 of file c_bind.hpp.
WASM_EXPORT void pedersen_commit | ( | fr::vec_in_buf | inputs_buffer, |
uint32_t const * | ctx_index, | ||
affine_element::out_buf | output | ||
) |