Make Plonky2 config more explicit (#209)
This commit is contained in:
parent
29545f03fc
commit
e420aa7b32
2 changed files with 21 additions and 5 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue