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

Go to the source code of this file.

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::stdlib
 
namespace  bb::stdlib::hash_utils
 

Functions

template<typename Builder >
field_t< Builderbb::stdlib::hash_utils::add_normalize_unsafe (const field_t< Builder > &a, const field_t< Builder > &b, size_t overflow_bits)
 Compute (a + b) mod 2^32 with circuit constraints.