Introduce a more typesafe wNAF API, and remove the unstable-wnaf feature.

This commit is contained in:
Sean Bowe
2017-09-27 19:09:59 -06:00
parent 1398a32b3a
commit d230603190
4 changed files with 214 additions and 16 deletions

View File

@@ -15,7 +15,6 @@ byteorder = "1.1.0"
clippy = { version = "0.0.151", optional = true }
[features]
unstable-wnaf = []
unstable-features = ["unstable-wnaf"]
unstable-features = []
u128-support = []
default = ["u128-support"]