mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +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 public_inputs_hash = proof_with_pis.get_public_inputs_hash();
|
||||||
let challenges = proof_with_pis.get_challenges(public_inputs_hash, common_data)?;
|
let challenges = proof_with_pis.get_challenges(public_inputs_hash, common_data)?;
|
||||||
|
|
||||||
verify_with_challenges(
|
verify_with_challenges(
|
||||||
proof_with_pis.proof,
|
proof_with_pis.proof,
|
||||||
public_inputs_hash,
|
public_inputs_hash,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user