ADDED: library(crypto): ECDH key exchange over Curve25519 (X25519)

This commit is contained in:
Markus Triska
2020-07-29 23:14:16 +02:00
parent 386f7cf65d
commit 32c612b747
5 changed files with 86 additions and 2 deletions

View File

@@ -47,3 +47,4 @@ chrono = "0.4.11"
select = "0.4.3"
roxmltree = "0.11.0"
base64 = "0.12.3"
sodiumoxide = "0.2.6"