Add verify macros & use in one location for point conversion

This commit is contained in:
Julia 2022-11-28 23:34:38 -05:00
parent 3a1cd6ed3a
commit 5965113fc8
6 changed files with 61 additions and 5 deletions

View file

@ -12,7 +12,7 @@ smallvec = { version = "1.6", features = ["union"] }
sum_tree = { path = "../sum_tree" }
arrayvec = "0.7.1"
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
verify = { path = "../verify" }
[dev-dependencies]
rand = "0.8.3"