From 7805fd9f596870046c3bc607f5e5199b738a02cb Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Sat, 13 Jul 2019 23:15:01 +0200 Subject: Begin work on creating initiation --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a83e3a1..8785ef3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,11 @@ authors = ["Mathias Hall-Andersen "] 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" -- cgit v1.2.3-59-g8ed1b