Implementation of Jubjub point representation.

This commit is contained in:
Sean Bowe
2018-02-24 14:11:01 -07:00
parent 4441a0da41
commit 3346fba915
5 changed files with 125 additions and 1 deletions

View File

@@ -20,6 +20,9 @@ bellman = "0.0.8"
byteorder = "1"
[dev-dependencies]
hex-literal = "0.1"
[features]
default = ["u128-support"]
u128-support = ["pairing/u128-support"]