Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "keccak_constraint.hpp"
#include "barretenberg/stdlib/hash/keccak/keccak.hpp"
#include "barretenberg/stdlib/primitives/circuit_builders/circuit_builders_fwd.hpp"
#include "round.hpp"
Go to the source code of this file.
Namespaces | |
namespace | acir_format |
Functions | |
template<typename Builder > | |
void | acir_format::create_keccak_permutations (Builder &builder, const Keccakf1600 &constraint) |
template void | acir_format::create_keccak_permutations< bb::UltraCircuitBuilder > (bb::UltraCircuitBuilder &builder, const Keccakf1600 &constraint) |
template void | acir_format::create_keccak_permutations< bb::MegaCircuitBuilder > (bb::MegaCircuitBuilder &builder, const Keccakf1600 &constraint) |