Pull in arith changes from pairing

This commit is contained in:
Jack Grigg
2018-06-27 07:53:31 -04:00
parent 1a3a2bec74
commit 8201a3933f
2 changed files with 113 additions and 25 deletions

View File

@@ -11,3 +11,7 @@ repository = "https://github.com/ebfull/ff"
[dependencies]
rand = "0.3"
ff_derive = { version = "0.2.0", path = "ff_derive" }
[features]
u128-support = []
default = []