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);