Migrate curve traits and tests, and WNAF, from pairing

This commit is contained in:
Jack Grigg
2018-07-02 20:03:57 +01:00
parent f6d9ec8faf
commit 94cacc6152
4 changed files with 804 additions and 1 deletions

View File

@@ -1,7 +1,10 @@
[package]
name = "group"
version = "0.0.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
authors = [
"Sean Bowe <ewillbefull@gmail.com>",
"Jack Grigg <jack@z.cash>",
]
license = "MIT/Apache-2.0"
description = "Elliptic curve group traits and utilities"
@@ -10,3 +13,5 @@ homepage = "https://github.com/ebfull/group"
repository = "https://github.com/ebfull/group"
[dependencies]
ff = "0.4"
rand = "0.4"