Skip to content

Commit

Permalink
fix: re-export plonky2 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Jan 12, 2024
1 parent 7642b16 commit 19a16bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plonky2x/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pub mod utils;

pub mod prelude {
pub use curta::math::prelude::cubic::element::CubicElement;
pub use plonky2;
pub use plonky2::field::extension::Extendable;
pub use plonky2::field::goldilocks_field::GoldilocksField;
pub use plonky2::field::types::Field;
Expand Down

0 comments on commit 19a16bf

Please sign in to comment.