Implement challenge 33 Diffie-Hellman

This commit is contained in:
2022-08-31 19:30:34 -04:00
parent ddafb43934
commit 9e568ac97c
7 changed files with 91 additions and 19 deletions

View File

@@ -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"] }