From 70f16ce248670b11a455dd711751c76ff733a0cf Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Fri, 13 Oct 2023 18:00:47 +0200 Subject: [PATCH] make cargo fmt happy --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index adaafb3e..e154bd12 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,9 +1,9 @@ mod arithmetic; +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;