Skip to content

Commit

Permalink
Merge pull request #57 from AztecProtocol/jm/proving-key-changes
Browse files Browse the repository at this point in the history
Port changes of ProvingKey_ for AVM
  • Loading branch information
IlyasRidhuan authored Apr 29, 2024
2 parents 133cb68 + 81f89e1 commit fe16461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bberg/src/flavor_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,10 @@ fn create_proving_and_verification_key(

format!("
public:
class ProvingKey : public ProvingKey_<PrecomputedEntities<Polynomial>, WitnessEntities<Polynomial>, CommitmentKey> {{
class ProvingKey : public ProvingKeyAvm_<PrecomputedEntities<Polynomial>, WitnessEntities<Polynomial>, CommitmentKey> {{
public:
// Expose constructors on the base class
using Base = ProvingKey_<PrecomputedEntities<Polynomial>, WitnessEntities<Polynomial>, CommitmentKey>;
using Base = ProvingKeyAvm_<PrecomputedEntities<Polynomial>, WitnessEntities<Polynomial>, CommitmentKey>;
using Base::Base;
{get_to_be_shifted}
Expand Down

0 comments on commit fe16461

Please sign in to comment.