Remove u128-support feature and arithmetic

Closes #2.
This commit is contained in:
Jack Grigg
2018-07-02 21:19:20 +01:00
parent 69ce66ae6c
commit 0eb9f5040b
2 changed files with 0 additions and 81 deletions

View File

@@ -15,5 +15,4 @@ ff_derive = { version = "0.3.0", path = "ff_derive", optional = true }
[features]
default = []
u128-support = []
derive = ["ff_derive"]