Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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) |
void get_data | ( | char const * | key, |
uint8_t * | out_buf | ||
) |
Definition at line 25 of file data_store.cpp.
void set_data | ( | char const * | key, |
uint8_t const * | addr, | ||
size_t | length | ||
) |
Definition at line 16 of file data_store.cpp.