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// === AUDIT STATUS ===
2// internal: { status: not started, auditors: [], date: YYYY-MM-DD }
3// external_1: { status: not started, auditors: [], date: YYYY-MM-DD }
4// external_2: { status: not started, auditors: [], date: YYYY-MM-DD }
5// =====================
6
7#pragma once
11
12extern "C" {
13
14using namespace bb;
16
18 uint32_t const* ctx_index,
20}
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.
const uint8_t * vec_in_buf
#define WASM_EXPORT