mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-09 07:21:30 +01:00
Faster cofactor clearing for G1 & G2 of bls12-381 + benchmarking (#103)
This commit is contained in:
@@ -512,8 +512,10 @@ pub mod curves {
|
||||
}
|
||||
|
||||
pub mod pairing {
|
||||
use ark_ec::pairing::PairingOutput;
|
||||
use ark_ec::{pairing::Pairing, CurveGroup};
|
||||
use ark_ec::{
|
||||
pairing::{Pairing, PairingOutput},
|
||||
CurveGroup,
|
||||
};
|
||||
use ark_ff::{BitIteratorLE, Field, PrimeField};
|
||||
use ark_r1cs_std::prelude::*;
|
||||
use ark_relations::r1cs::{ConstraintSystem, SynthesisError};
|
||||
|
||||
Reference in New Issue
Block a user