Log distinct error cases in Equihash verification

This commit is contained in:
Jack Grigg
2019-08-18 23:56:15 +01:00
parent 9016548698
commit 7c1d4d9a5b
3 changed files with 15 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ ff = { path = "../ff" }
fpe = "0.2"
hex = "0.3"
lazy_static = "1"
log = "0.4"
pairing = { path = "../pairing" }
rand = "0.7"
rand_core = "0.5"