impl ConditionallySelectable for Field

This commit is contained in:
Jack Grigg
2019-12-12 23:15:48 +00:00
parent cded08b0c5
commit 662be3551f
12 changed files with 74 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ edition = "2018"
byteorder = "1"
ff_derive = { version = "0.4.0", path = "ff_derive", optional = true }
rand_core = "0.5"
subtle = "2.2.1"
[features]
default = []