Adding a hash type to CipherSuite (#24)

This commit is contained in:
Kevin Lewi
2020-07-27 15:25:04 -07:00
committed by GitHub
parent 72a3928cbb
commit c2edb2d95e
15 changed files with 570 additions and 492 deletions
+1
View File
@@ -18,6 +18,7 @@ u32_backend = ["curve25519-dalek/u32_backend", "x25519-dalek/u32_backend"]
[dependencies]
curve25519-dalek = { version = "2.1.0", default-features = false, features = ["std"]}
digest = "0.9.0"
displaydoc = "0.1.7"
generic-array = "0.14.3"
hkdf = "0.9.0"