diff --git a/src/group/elliptic_curve.rs b/src/group/elliptic_curve.rs index 544e9af..ccb3b4f 100644 --- a/src/group/elliptic_curve.rs +++ b/src/group/elliptic_curve.rs @@ -16,7 +16,7 @@ use elliptic_curve::{ AffinePoint, Field, FieldBytes, FieldBytesSize, Group as _, ProjectivePoint, PublicKey, Scalar, SecretKey, }; -use hash2curve::{ExpandMsgXmd, GroupDigest, hash_to_scalar, MapToCurve}; +use hash2curve::{ExpandMsgXmd, GroupDigest, MapToCurve, hash_to_scalar}; use hybrid_array::typenum::{IsGreaterOrEqual, Prod, Sum, True, U2}; use hybrid_array::{Array, ArraySize}; use rand_core::TryCryptoRng;