Fixing clippy/lint errors (#396)

This commit is contained in:
Kevin Lewi
2025-09-18 13:15:32 -07:00
committed by GitHub
parent 3f8026d30e
commit c94f942ed7
+1
View File
@@ -120,6 +120,7 @@ impl CipherSuite for SigmaIEd25519Ph {
type Ksf = crate::ksf::Identity;
}
#[cfg(feature = "ecdsa")]
fn random_point<CS: CipherSuite>() -> <KeGroup<CS> as Group>::Pk {
let mut rng = OsRng;
let sk = KeGroup::<CS>::random_sk(&mut rng);