Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Classes | Namespaces | Functions
merkle_tree_check_update_gadget.hpp File Reference
#include <libsnark/common/data_structures/merkle_tree.hpp>
#include <libsnark/gadgetlib1/gadget.hpp>
#include <libsnark/gadgetlib1/gadgets/hashes/crh_gadget.hpp>
#include <libsnark/gadgetlib1/gadgets/hashes/digest_selector_gadget.hpp>
#include <libsnark/gadgetlib1/gadgets/hashes/hash_io.hpp>
#include <libsnark/gadgetlib1/gadgets/merkle_tree/merkle_authentication_path_variable.hpp>
#include <libsnark/gadgetlib1/gadgets/merkle_tree/merkle_tree_check_update_gadget.tcc>
Include dependency graph for merkle_tree_check_update_gadget.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libsnark::merkle_tree_check_update_gadget< FieldT, HashT >
 

Namespaces

 libsnark
 

Functions

template<typename FieldT , typename HashT >
void libsnark::test_merkle_tree_check_update_gadget ()
 

Detailed Description

Declaration of interfaces for the Merkle tree check update gadget.

The gadget checks the following: given two roots R1 and R2, address A, two values V1 and V2, and authentication path P, check that

Definition in file merkle_tree_check_update_gadget.hpp.