Impl is_odd for dfg::Scalar

This commit is contained in:
Luke Parker
2022-08-31 01:05:30 -04:00
parent faa43b6874
commit a59bbe7635
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ ff = "0.12"
group = "0.12"
generic-array = "0.14"
crypto-bigint = {version = "0.4", features = ["zeroize"] }
crypto-bigint = { version = "0.4", features = ["zeroize"] }
dalek-ff-group = { path = "../dalek-ff-group", version = "^0.1.2" }