Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
c_bind.hpp
Go to the documentation of this file.
1#pragma once
5
6extern "C" {
7
8using namespace bb;
10
12 uint32_t const* ctx_index,
14}
group_elements::affine_element< Fq, Fr, Params > affine_element
Definition group.hpp:42
WASM_EXPORT void pedersen_commit(fr::vec_in_buf inputs_buffer, uint32_t const *ctx_index, affine_element::out_buf output)
Entry point for Barretenberg command-line interface.
Definition api.hpp:5
const uint8_t * vec_in_buf
#define WASM_EXPORT