Skip to content

Commit

Permalink
fix : ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Dec 26, 2024
1 parent 1288741 commit d4698c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
extern crate alloc;

use openvm::io::read_vec;
use openvm_ecc_guest::AffinePoint;
use openvm_pairing_guest::pairing::PairingCheck;

openvm::entry!(main);
Expand All @@ -15,7 +16,6 @@ mod bn254 {
use alloc::format;

use openvm_algebra_guest::IntMod;
use openvm_ecc_guest::AffinePoint;
use openvm_pairing_guest::bn254::{Bn254, Fp, Fp2};

use super::*;
Expand Down

0 comments on commit d4698c0

Please sign in to comment.