Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Classes | Namespaces | Typedefs
merkle_tree.hpp File Reference
#include <libff/common/utils.hpp>
#include <map>
#include <vector>
#include <libsnark/common/data_structures/merkle_tree.tcc>
Include dependency graph for merkle_tree.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< HashT >
 

Namespaces

 libsnark
 

Typedefs

typedef libff::bit_vector libsnark::merkle_authentication_node
 
typedef std::vector< merkle_authentication_node > libsnark::merkle_authentication_path
 

Detailed Description

Declaration of interfaces for a Merkle tree.

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

Definition in file merkle_tree.hpp.