Matching to latest test vectors with metadata mode (#3)

This commit is contained in:
Kevin Lewi
2021-09-13 16:02:09 -07:00
committed by GitHub
parent fe3222d148
commit 485d18deec
10 changed files with 1317 additions and 141 deletions
+2
View File
@@ -43,9 +43,11 @@ bincode = "1"
chacha20poly1305 = "0.8"
criterion = "0.3"
hex = "0.4"
json = "0.12"
lazy_static = "1"
serde_json = "1"
sha2 = "0.9"
proptest = "1"
regex = "1"
rustyline = "8"
voprf = { path = "", default-features = false, features = ["std"] }