Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
cbind_fwd.hpp
Go to the documentation of this file.
1#pragma once
3#include <string>
4#include <utility>
5// CBIND forward declarations for msgback default bind format (encode as tuple of args and return value as msgpack
6// string)
7
8#define CBIND_DECL(cname) \
9 WASM_EXPORT void cname( \
10 const uint8_t* input_in, size_t input_len_in, uint8_t** output_out, size_t* output_len_out); \
11 WASM_EXPORT void cname##__schema(uint8_t** output_out, size_t* output_len_out);