Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Namespaces | Typedefs
memory_load_gadget.hpp File Reference
#include <libsnark/gadgetlib1/gadgets/merkle_tree/merkle_tree_check_read_gadget.hpp>
Include dependency graph for memory_load_gadget.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 libsnark
 

Typedefs

template<typename FieldT , typename HashT >
using libsnark::memory_load_gadget = merkle_tree_check_read_gadget< FieldT, HashT >
 

Detailed Description

Declaration of interfaces for the memory load gadget. The gadget can be used to verify a memory load from a "delegated memory".

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

Definition in file memory_load_gadget.hpp.