mirror of
https://github.com/arnaucube/circom-compat.git
synced 2026-01-09 15:31:31 +01:00
chore: trim deps
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//! Helpers for converting Arkworks types to U256-tuples as expected by the
|
||||
//! Solidity Groth16 Verifier smart contracts
|
||||
use ark_ff::{BigInteger, FromBytes, PrimeField};
|
||||
use ethers::types::U256;
|
||||
use ethers_core::types::U256;
|
||||
|
||||
use ark_bn254::{Bn254, Fq2, Fr, G1Affine, G2Affine};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user