chore: trim deps

This commit is contained in:
Georgios Konstantopoulos
2021-07-26 18:13:46 +03:00
parent be99d3a1fd
commit c03ae8490f
3 changed files with 54 additions and 19 deletions

View File

@@ -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};