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
2
#include "
barretenberg/serialize/cbind_fwd.hpp
"
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).
8
CBIND_DECL
(
bbapi
)
bbapi
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
cbind_fwd.hpp
CBIND_DECL
#define CBIND_DECL(cname)
Definition
cbind_fwd.hpp:8
src
barretenberg
bbapi
c_bind.hpp
Generated by
1.9.8