Merge remote-tracking branch 'chain/feature/pubkey_no_std' into develop

This commit is contained in:
Isis Lovecruft 2018-01-20 02:51:02 +00:00
commit 36399cb1ad
Failed to extract signature

View file

@ -692,7 +692,6 @@ impl PublicKey {
}
/// Derive this public key from its corresponding `SecretKey`.
#[cfg(feature = "std")]
#[allow(unused_assignments)]
pub fn from_secret<D>(secret_key: &SecretKey) -> PublicKey
where D: Digest<OutputSize = U64> + Default {