Begin work on creating initiation

This commit is contained in:
Mathias Hall-Andersen
2019-07-13 23:15:01 +02:00
parent dfed3b448f
commit 7805fd9f59
6 changed files with 357 additions and 90 deletions

View File

@@ -5,7 +5,11 @@ authors = ["Mathias Hall-Andersen <mathias@hall-andersen.dk>"]
edition = "2018"
[dependencies]
rand = "0.7.0"
rand = "0.6.5"
blake2 = "0.8.0"
hmac = "0.7.1"
chacha20-poly1305-aead = "0.1.2"
generic-array = "0.13"
[dependencies.x25519-dalek]
version = "^0.5"