Adding reflected value check on client side

(cherry picked from commit b4882f8810)
This commit is contained in:
Kevin Lewi
2021-07-15 00:46:10 -07:00
committed by Kevin Lewi
parent e5619d48cd
commit 9c28c8597a
10 changed files with 191 additions and 34 deletions
Generated
+7
View File
@@ -170,6 +170,12 @@ version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "cpuid-bool"
version = "0.1.2"
@@ -563,6 +569,7 @@ dependencies = [
"anyhow",
"base64",
"chacha20poly1305",
"constant_time_eq",
"criterion",
"curve25519-dalek",
"digest",