Browse Source

(cargo-release) version 0.2.0

ValarDragon 3 years ago
parent
commit
df44f9de04
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ed_on_mnt4_753/Cargo.toml

+ 2
- 2
ed_on_mnt4_753/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-ed-on-mnt4-753" name = "ark-ed-on-mnt4-753"
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 MNT4-753 curve" description = "A Twisted Edwards curve defined over the scalar field of the MNT4-753 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-mnt4-753/std" ] std = [ "ark-std/std", "ark-ff/std", "ark-ec/std", "ark-mnt4-753/std" ]
r1cs = ["ark-r1cs-std"]
r1cs = ["ark-r1cs-std"]

Loading…
Cancel
Save