Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::crypto::merkle_tree::PedersenHashPolicy Struct Reference

#include <hash.hpp>

Static Public Member Functions

static fr hash (const std::vector< fr > &inputs)
 
static fr hash_pair (const fr &lhs, const fr &rhs)
 
static fr zero_hash ()
 

Detailed Description

Definition at line 21 of file hash.hpp.

Member Function Documentation

◆ hash()

static fr bb::crypto::merkle_tree::PedersenHashPolicy::hash ( const std::vector< fr > &  inputs)
inlinestatic

Definition at line 22 of file hash.hpp.

◆ hash_pair()

static fr bb::crypto::merkle_tree::PedersenHashPolicy::hash_pair ( const fr lhs,
const fr rhs 
)
inlinestatic

Definition at line 24 of file hash.hpp.

◆ zero_hash()

static fr bb::crypto::merkle_tree::PedersenHashPolicy::zero_hash ( )
inlinestatic

Definition at line 26 of file hash.hpp.


The documentation for this struct was generated from the following file: