Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
data_store.cpp File Reference
#include "data_store.hpp"
#include <cstring>
#include <fstream>
#include <ios>
#include <map>
#include <string>
#include <vector>

Go to the source code of this file.

Functions

void set_data (char const *key, uint8_t const *addr, size_t length)
 
void get_data (char const *key, uint8_t *out_buf)
 

Function Documentation

◆ get_data()

void get_data ( char const *  key,
uint8_t *  out_buf 
)

Definition at line 25 of file data_store.cpp.

◆ set_data()

void set_data ( char const *  key,
uint8_t const *  addr,
size_t  length 
)

Definition at line 16 of file data_store.cpp.