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
3#include <vector>
4
5// WASM-exported bbapi entry point. Takes msgpack `[ [name, payload] ]`,
6// returns msgpack `[name, payload]`. See c_bind.cpp for the implementation
7// (calls the codegen-emitted `make_bb_handler` dispatcher).
WASM_EXPORT void bbapi(const uint8_t *input_in, size_t input_len_in, uint8_t **output_out, size_t *output_len_out)
Definition c_bind.cpp:25
#define CBIND_DECL(cname)
Definition cbind_fwd.hpp:8