Skip to content

Remove duplication of Flavor entity elements in Prover constructors #2213

@zac-williamson

Description

@zac-williamson

In every Prover class (e.g. barretenberg/honk/proof_system/prover.cpp), in the constructor we copy every Flavor entity element from the proving key into the prover_polynomials member variable. The error surface of this step is large as one mis-copied member will break the prover and is difficult to spot + debug.

Ideally we can eithe remove or automate this copying step

Metadata

Metadata

Assignees

Labels

cryptocryptography

Type

No type
No fields configured for issues without a type.

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions