Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "blake3_constraint.hpp"
#include "barretenberg/common/assert.hpp"
#include "barretenberg/stdlib/hash/blake3s/blake3s.hpp"
#include "barretenberg/stdlib/primitives/byte_array/byte_array.hpp"
#include "round.hpp"
Go to the source code of this file.
Namespaces | |
namespace | acir_format |
Functions | |
template<typename Builder > | |
void | acir_format::create_blake3_constraints (Builder &builder, const Blake3Constraint &constraint) |
template void | acir_format::create_blake3_constraints< bb::UltraCircuitBuilder > (bb::UltraCircuitBuilder &builder, const Blake3Constraint &constraint) |
template void | acir_format::create_blake3_constraints< bb::MegaCircuitBuilder > (bb::MegaCircuitBuilder &builder, const Blake3Constraint &constraint) |