Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cstdint>
Go to the source code of this file.
Macros | |
#define | WASM_EXPORT extern "C" __attribute__((visibility("default"))) |
#define | ASYNC_WASM_EXPORT extern "C" __attribute__((visibility("default"))) |
#define | WASM_IMPORT(name) extern "C" |
Typedefs | |
using | uint8_vec_vec_in_buf = uint8_t const * |
#define ASYNC_WASM_EXPORT extern "C" __attribute__((visibility("default"))) |
Definition at line 9 of file wasm_export.hpp.
#define WASM_EXPORT extern "C" __attribute__((visibility("default"))) |
Definition at line 8 of file wasm_export.hpp.
#define WASM_IMPORT | ( | name | ) | extern "C" |
Definition at line 16 of file wasm_export.hpp.
using uint8_vec_vec_in_buf = uint8_t const* |
Definition at line 19 of file wasm_export.hpp.