diff --git a/src/scalar.rs b/src/scalar.rs index 945691c..5e4407f 100644 --- a/src/scalar.rs +++ b/src/scalar.rs @@ -436,7 +436,6 @@ impl Scalar { /// # Returns /// /// A random scalar within ℤ/lℤ. - #[cfg(feature = "std")] pub fn random(rng: &mut T) -> Self { let mut scalar_bytes = [0u8; 64]; rng.fill(&mut scalar_bytes);