Skip to content

Commit

Permalink
halo2 pallas/vesta: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jan 12, 2024
1 parent 627a0f7 commit 08ab719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constantine-rust/constantine-halo2-zal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use constantine_sys::*;
use ::core::mem::MaybeUninit;
use std::mem;

use halo2curves::{bn256, pallas, vesta};
use halo2curves::{bn256, pasta::pallas, pasta::vesta};
use halo2curves::zal::{MsmAccel, ZalEngine};
use halo2curves::CurveAffine;

Expand Down

0 comments on commit 08ab719

Please sign in to comment.