Updating to 0.5 with removing generic_bytes_derive (#150)

This commit is contained in:
Kevin Lewi
2021-03-01 19:23:09 -08:00
committed by GitHub
parent ac08801f18
commit ba8e940e08
8 changed files with 69 additions and 75 deletions
+2 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "opaque-ke"
version = "0.4.0"
version = "0.5.0"
repository = "https://github.com/novifinancial/opaque-ke"
keywords = ["cryptography", "crypto", "opaque", "passwords", "authentication"]
description = "An implementation of the OPAQUE password-authenticated key exchange protocol"
@@ -22,7 +22,6 @@ digest = "0.9.0"
displaydoc = "0.1.7"
generic-array = "0.14.4"
generic-bytes = { version = "0.1.0" }
generic-bytes-derive = { version = "0.1.0" }
hkdf = "0.10.0"
hmac = "0.10.1"
rand = "0.8"
@@ -41,7 +40,7 @@ lazy_static = "1.4.0"
serde_json = "1.0.60"
sha2 = "0.9.2"
proptest = "0.10.1"
rustyline = "7.0.0"
rustyline = "6.3.0"
[[bench]]
name = "oprf"