|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/stdlib/primitives/field/field.hpp"#include "barretenberg/stdlib/primitives/witness/witness.hpp"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< Builder > | bb::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. | |