|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "sha256_constraint.hpp"#include "barretenberg/serialize/msgpack_impl.hpp"#include "barretenberg/stdlib/hash/sha256/sha256.hpp"#include "round.hpp"Go to the source code of this file.
Namespaces | |
| namespace | acir_format |
Functions | |
| template<typename Builder > | |
| void | acir_format::create_sha256_compression_constraints (Builder &builder, const Sha256Compression &constraint) |
| template void | acir_format::create_sha256_compression_constraints< bb::UltraCircuitBuilder > (bb::UltraCircuitBuilder &builder, const Sha256Compression &constraint) |
| template void | acir_format::create_sha256_compression_constraints< bb::MegaCircuitBuilder > (bb::MegaCircuitBuilder &builder, const Sha256Compression &constraint) |