Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Classes | Namespaces | Typedefs
memory_interface.hpp File Reference
#include <cstddef>
#include <map>
#include <vector>
Include dependency graph for memory_interface.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libsnark::memory_interface
 

Namespaces

 libsnark
 

Typedefs

typedef std::map< size_t, size_t > libsnark::memory_contents
 

Detailed Description

Declaration of interfaces for a memory interface.

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

Definition in file memory_interface.hpp.