mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-09 07:21:30 +01:00
(cargo-release) version 0.2.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ark-ed-on-bn254"
|
name = "ark-ed-on-bn254"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = [ "arkworks contributors" ]
|
authors = [ "arkworks contributors" ]
|
||||||
description = "A Twisted Edwards curve defined over the scalar field of the BN254 curve"
|
description = "A Twisted Edwards curve defined over the scalar field of the BN254 curve"
|
||||||
homepage = "https://arkworks.rs"
|
homepage = "https://arkworks.rs"
|
||||||
@@ -28,4 +28,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-bn254/std" ]
|
std = [ "ark-std/std", "ark-ff/std", "ark-ec/std", "ark-bn254/std" ]
|
||||||
r1cs = ["ark-r1cs-std"]
|
r1cs = ["ark-r1cs-std"]
|
||||||
|
|||||||
Reference in New Issue
Block a user