Add better parsing for RFC test vectors (#247)

This commit is contained in:
Kevin Lewi
2021-10-09 18:17:07 -07:00
committed by GitHub
parent 77fbdb29f8
commit f1f4184400
6 changed files with 1221 additions and 1123 deletions
+2
View File
@@ -51,11 +51,13 @@ bincode = "1"
chacha20poly1305 = "0.8"
criterion = "0.3"
hex = "0.4"
json = "0.12"
lazy_static = "1"
opaque-ke = { path = "", default-features = false, features = ["std"] }
serde_json = "1"
sha2 = "0.9"
proptest = "1"
regex = "1"
rustyline = "8"
[[bench]]