Migrate curve traits and tests, and WNAF, from pairing
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user