diff --git a/src/ed25519.rs b/src/ed25519.rs index b3b2f2b..b01077b 100644 --- a/src/ed25519.rs +++ b/src/ed25519.rs @@ -692,7 +692,6 @@ impl PublicKey { } /// Derive this public key from its corresponding `SecretKey`. - #[cfg(feature = "std")] #[allow(unused_assignments)] pub fn from_secret(secret_key: &SecretKey) -> PublicKey where D: Digest + Default {