|
@ -1,6 +1,6 @@ |
|
|
[package] |
|
|
[package] |
|
|
name = "ark-ed-on-bls12-381" |
|
|
name = "ark-ed-on-bls12-381" |
|
|
version = "0.4.0-alpha.1" |
|
|
|
|
|
|
|
|
version = "0.4.0-alpha.2" |
|
|
authors = [ "arkworks contributors" ] |
|
|
authors = [ "arkworks contributors" ] |
|
|
description = "A Twisted Edwards curve defined over the scalar field of the BLS12-381 curve" |
|
|
description = "A Twisted Edwards curve defined over the scalar field of the BLS12-381 curve" |
|
|
homepage = "https://arkworks.rs" |
|
|
homepage = "https://arkworks.rs" |
|
@ -29,4 +29,4 @@ ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-featu |
|
|
[features] |
|
|
[features] |
|
|
default = [] |
|
|
default = [] |
|
|
std = [ "ark-std/std", "ark-ff/std", "ark-ec/std", "ark-bls12-381/std" ] |
|
|
std = [ "ark-std/std", "ark-ff/std", "ark-ec/std", "ark-bls12-381/std" ] |
|
|
r1cs = ["ark-r1cs-std"] |
|
|
|
|
|
|
|
|
r1cs = ["ark-r1cs-std"] |