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
+1
View File
@@ -17,6 +17,7 @@ u64_backend = ["curve25519-dalek/u64_backend"]
u32_backend = ["curve25519-dalek/u32_backend"]
[dependencies]
constant_time_eq = "0.1.5"
curve25519-dalek = { version = "3.0.0", default-features = false, features = ["std"] }
digest = "0.9.0"
displaydoc = "0.1.7"