Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
hash.hpp File Reference

Go to the source code of this file.

Classes

struct  bb::crypto::merkle_tree::PedersenHashPolicy
 
struct  bb::crypto::merkle_tree::Poseidon2HashPolicy
 

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::crypto
 
namespace  bb::crypto::merkle_tree
 

Functions

bb::fr bb::crypto::merkle_tree::hash_pair_native (bb::fr const &lhs, bb::fr const &rhs)
 
bb::fr bb::crypto::merkle_tree::hash_native (std::vector< bb::fr > const &inputs)
 
bb::fr bb::crypto::merkle_tree::compute_tree_root_native (std::vector< bb::fr > const &input)
 
std::vector< bb::frbb::crypto::merkle_tree::compute_tree_native (std::vector< bb::fr > const &input)