mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 23:03:08 +00:00
Minor
This commit is contained in:
parent
f39352896f
commit
02746d8a0f
@ -22,6 +22,7 @@ pub(crate) fn verify<F: RichField + Extendable<D>, C: GenericConfig<D, F = F>, c
|
||||
);
|
||||
let public_inputs_hash = proof_with_pis.get_public_inputs_hash();
|
||||
let challenges = proof_with_pis.get_challenges(public_inputs_hash, common_data)?;
|
||||
|
||||
verify_with_challenges(
|
||||
proof_with_pis.proof,
|
||||
public_inputs_hash,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user