Skip to content

Commit

Permalink
Update map_fp2_to_g2.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushdubey86 authored Feb 19, 2025
1 parent 6fff639 commit ec26a86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/precompile/src/bls12_381/map_fp2_to_g2.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use super::{g2::check_canonical_fp2, g2::encode_g2_point, utils::remove_padding};
use crate::bls12_381_const::{MAP_FP2_TO_G2_ADDRESS, MAP_FP2_TO_G2_BASE_GAS_FEE, PADDED_FP2_LENGTH, PADDED_FP_LENGTH,};
use crate::bls12_381_const::{
MAP_FP2_TO_G2_ADDRESS, MAP_FP2_TO_G2_BASE_GAS_FEE, PADDED_FP2_LENGTH, PADDED_FP_LENGTH,
};
use crate::{u64_to_address, PrecompileWithAddress};
use crate::{PrecompileError, PrecompileOutput, PrecompileResult};
use blst::{blst_map_to_g2, blst_p2, blst_p2_affine, blst_p2_to_affine};
Expand Down

0 comments on commit ec26a86

Please sign in to comment.