update cargo to include ed25519_dalek
This commit is contained in:
parent
2eb326b0da
commit
ecbdb6ba68
|
@ -62,7 +62,7 @@ impl ElGamal {
|
|||
pub fn from_signing_key(signing_key: &SigningKey, label: &'static [u8]) -> Self {
|
||||
let secret = ElGamalSecretKey::new(signing_key, label);
|
||||
let public = ElGamalPubkey::new(&secret);
|
||||
Self {secret, public}
|
||||
Self { secret, public }
|
||||
}
|
||||
|
||||
/// On input a public key and a message to be encrypted, the function
|
||||
|
|
Loading…
Reference in New Issue