Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Namespaces | Functions
memory_contents_examples.hpp File Reference
#include <libsnark/relations/ram_computations/memory/memory_interface.hpp>
Include dependency graph for memory_contents_examples.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Declaration of interfaces for functions to sample examples of memory contents.

Author
This file is part of libsnark, developed by SCIPR Lab and contributors (see AUTHORS).

Definition in file memory_contents_examples.hpp.