Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
feat: switch RecursiveAggregation support to true (#225)
Browse files Browse the repository at this point in the history
switch RecursiveAggregation support ot true
  • Loading branch information
vezenovm authored Jul 6, 2023
1 parent b345438 commit e9462ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/acvm_interop/proof_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ impl ProofSystemCompiler for Barretenberg {
| BlackBoxFunc::Pedersen
| BlackBoxFunc::HashToField128Security
| BlackBoxFunc::EcdsaSecp256k1
| BlackBoxFunc::FixedBaseScalarMul => true,

BlackBoxFunc::RecursiveAggregation => false,
| BlackBoxFunc::FixedBaseScalarMul
| BlackBoxFunc::RecursiveAggregation => true,
},
}
}
Expand Down

0 comments on commit e9462ae

Please sign in to comment.