mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-10 16:01:28 +01:00
Update crypto-primitives/src/nizk/groth16/mod.rs
Co-Authored-By: Pratyush Mishra <pratyushmishra@berkeley.edu>
This commit is contained in:
committed by
Pratyush Mishra
parent
e3d2ff1c04
commit
d292f637aa
@@ -74,7 +74,7 @@ impl<E: PairingEngine, C: ConstraintSynthesizer<E::Fr>, V: ToConstraintField<E::
|
||||
input: &Self::VerifierInput,
|
||||
proof: &Self::Proof,
|
||||
) -> Result<bool, Error> {
|
||||
let verify_time = start_timer!(|| "{Groth-Maller 2017}::Verify");
|
||||
let verify_time = start_timer!(|| "{Groth 2016}::Verify");
|
||||
let conversion_time = start_timer!(|| "Convert input to E::Fr");
|
||||
let input = input.to_field_elements()?;
|
||||
end_timer!(conversion_time);
|
||||
|
||||
Reference in New Issue
Block a user