Make Plonky2 config more explicit (#209)

This commit is contained in:
Ahmad Afuni 2025-04-30 07:15:20 +10:00 committed by GitHub
parent 29545f03fc
commit e420aa7b32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 5 deletions

View file

@ -352,7 +352,7 @@ pub struct MainPod {
params: Params,
id: PodId,
public_statements: Vec<Statement>,
proof: ProofWithPublicInputs<F, C, 2>,
proof: ProofWithPublicInputs<F, C, D>,
}
/// Convert a Statement into middleware::Statement and replace references to SELF by `self_id`.