Browse Source

Connect ff u128-support to pairing u128-support

master
Jack Grigg 6 years ago
parent
commit
defdf8df52
No known key found for this signature in database
GPG Key ID: 1B8D649257DB0829
  1. 2
      Cargo.toml

2
Cargo.toml

@ -20,5 +20,5 @@ ff = "0.3"
[features]
unstable-features = ["expose-arith"]
expose-arith = []
u128-support = []
u128-support = ["ff/u128-support"]
default = []

Loading…
Cancel
Save