Skip to content

Commit

Permalink
make cargo fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Oct 19, 2023
1 parent 830cd74 commit 33b23d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
mod arithmetic;
mod ff_inverse;
mod ff_jacobi;
pub mod fft;
pub mod hash_to_curve;
pub mod msm;
pub mod multicore;
mod ff_jacobi;
#[macro_use]
pub mod legendre;
pub mod serde;
Expand Down

0 comments on commit 33b23d4

Please sign in to comment.