Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <cstdlib>
#include <libsnark/relations/ram_computations/memory/examples/memory_contents_examples.hpp>
#include <map>
#include <set>
Go to the source code of this file.
Namespaces | |
libsnark | |
Functions | |
memory_contents | libsnark::block_memory_contents (const size_t num_addresses, const size_t value_size, const size_t block1_size, const size_t block2_size) |
memory_contents | libsnark::random_memory_contents (const size_t num_addresses, const size_t value_size, const size_t num_filled) |
Implementation of interfaces for functions to sample examples of memory contents.
See memory_contents_examples.hpp .
Definition in file memory_contents_examples.cpp.