From c94f942ed7c52531d3a3848b60330e1a54e0f473 Mon Sep 17 00:00:00 2001 From: Kevin Lewi Date: Thu, 18 Sep 2025 13:15:32 -0700 Subject: [PATCH] Fixing clippy/lint errors (#396) --- src/serialization/tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/serialization/tests.rs b/src/serialization/tests.rs index 248b751..f71a20f 100644 --- a/src/serialization/tests.rs +++ b/src/serialization/tests.rs @@ -120,6 +120,7 @@ impl CipherSuite for SigmaIEd25519Ph { type Ksf = crate::ksf::Identity; } +#[cfg(feature = "ecdsa")] fn random_point() -> as Group>::Pk { let mut rng = OsRng; let sk = KeGroup::::random_sk(&mut rng);