Implement challenge 33 Diffie-Hellman
This commit is contained in:
@@ -7,4 +7,5 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
openssl = ">= 0.10.38"
|
||||
rand = ">= 0.8.5"
|
||||
rand = ">= 0.8.5"
|
||||
num-bigint = { version = ">= 0.4", features = ["rand"] }
|
||||
|
||||
Reference in New Issue
Block a user