Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
data_store.hpp File Reference
#include "barretenberg/common/wasm_export.hpp"
#include <cstddef>
#include <cstdint>

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
 

Function Documentation

◆ WASM_IMPORT() [1/2]

WASM_IMPORT ( "get_data"  ) const

◆ WASM_IMPORT() [2/2]

WASM_IMPORT ( "set_data"  ) const

Variable Documentation

◆ buf

uint8_t const* buf

Definition at line 9 of file data_store.hpp.

◆ length

uint8_t const size_t length

Definition at line 9 of file data_store.hpp.

◆ out_buf

uint8_t* out_buf

Definition at line 12 of file data_store.hpp.