|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Go to the source code of this file.
Functions | |
| WASM_IMPORT ("set_data") void set_data(char const *key | |
| WASM_IMPORT ("get_data") void get_data(char const *key | |
Variables | |
| uint8_t const * | buf |
| uint8_t const size_t | length |
| uint8_t * | out_buf |
| WASM_IMPORT | ( | "get_data" | ) | const |
| WASM_IMPORT | ( | "set_data" | ) | const |
| uint8_t const* buf |
Definition at line 9 of file data_store.hpp.
| uint8_t const size_t length |
Definition at line 9 of file data_store.hpp.
| uint8_t* out_buf |
Definition at line 12 of file data_store.hpp.