derive ElGamal keypair from the secret component of keypair

This commit is contained in:
Sam Kim
2021-10-20 13:06:22 -04:00
committed by Michael Vines
parent 89ddae29ef
commit 221f499041
3 changed files with 10 additions and 12 deletions

View File

@@ -22,7 +22,6 @@ bincode = "1"
byteorder = "1"
cipher = "0.3"
curve25519-dalek = { version = "3.2.0", features = ["serde"]}
ed25519-dalek = "=1.0.1"
getrandom = { version = "0.1", features = ["dummy"] }
merlin = "2"
rand = "0.7"