diff --git a/src/lib.rs b/src/lib.rs index 0f9ab75..0cf8541 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -33,7 +33,7 @@ use typenum::U32; use crate::{ curve::{Affine, ECMultContext, ECMultGenContext, Field, Jacobian, Scalar}, - util::{self, Decoder, SignatureArray}, + util::{Decoder, SignatureArray}, }; #[cfg(feature = "static-context")]