mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Merge remote-tracking branch 'chain/feature/pubkey_no_std' into develop
This commit is contained in:
commit
36399cb1ad
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue