Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Oct 25, 2024
1 parent 023161c commit 6e0a7e1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/circom/builder.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
use std::{fs::File, io::BufReader, path::Path};
use wasmer::Store;

use ark_ff::PrimeField;
use ark_ec::pairing::Pairing;
use num_bigint::BigInt;
use std::{collections::HashMap, fs::File, io::BufReader, path::Path};
use wasmer::Store;

use super::{CircomCircuit, R1CS};

use num_bigint::BigInt;
use std::collections::HashMap;

use crate::{
circom::R1CSFile,
witness::{Wasm, WitnessCalculator},
Expand Down

0 comments on commit 6e0a7e1

Please sign in to comment.