mirror of
https://github.com/arnaucube/circom-compat.git
synced 2026-01-07 22:41:32 +01:00
fix: use correct fn prover name in tests
This commit is contained in:
@@ -301,7 +301,7 @@ mod tests {
|
||||
use std::fs::File;
|
||||
|
||||
use crate::{circom::CircomReduction, CircomBuilder, CircomConfig};
|
||||
use ark_groth16::{create_random_proof_with_qap as prove, prepare_verifying_key, verify_proof};
|
||||
use ark_groth16::{create_random_proof_with_reduction as prove, prepare_verifying_key, verify_proof};
|
||||
use ark_std::rand::thread_rng;
|
||||
use num_traits::{One, Zero};
|
||||
use std::str::FromStr;
|
||||
|
||||
Reference in New Issue
Block a user