Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "aes128_constraint.hpp"
#include "barretenberg/dsl/acir_format/acir_format.hpp"
#include "barretenberg/stdlib/encryption/aes128/aes128.hpp"
#include <cstdint>
#include <cstdio>
#include <span>
Go to the source code of this file.
Namespaces | |
namespace | acir_format |
Functions | |
template<typename Builder > | |
void | acir_format::create_aes128_constraints (Builder &builder, const AES128Constraint &constraint) |
template void | acir_format::create_aes128_constraints< UltraCircuitBuilder > (UltraCircuitBuilder &builder, const AES128Constraint &constraint) |
template void | acir_format::create_aes128_constraints< MegaCircuitBuilder > (MegaCircuitBuilder &builder, const AES128Constraint &constraint) |