Browse Source

chore: Release

cherry-pick v0.4.0-alpha.2
mmagician 1 year ago
parent
commit
5a0b8eca0b
No known key found for this signature in database GPG Key ID: 6F896DF6B263DB1A
24 changed files with 30 additions and 30 deletions
  1. +1
    -1
      bls12_377/Cargo.toml
  2. +1
    -1
      bls12_381/Cargo.toml
  3. +1
    -1
      bn254/Cargo.toml
  4. +1
    -1
      bw6_761/Cargo.toml
  5. +1
    -1
      cp6_782/Cargo.toml
  6. +1
    -1
      curve-constraint-tests/Cargo.toml
  7. +1
    -1
      curve25519/Cargo.toml
  8. +1
    -1
      ed25519/Cargo.toml
  9. +1
    -1
      ed_on_bls12_377/Cargo.toml
  10. +2
    -2
      ed_on_bls12_381/Cargo.toml
  11. +1
    -1
      ed_on_bls12_381_bandersnatch/Cargo.toml
  12. +1
    -1
      ed_on_bn254/Cargo.toml
  13. +2
    -2
      ed_on_bw6_761/Cargo.toml
  14. +2
    -2
      ed_on_cp6_782/Cargo.toml
  15. +2
    -2
      ed_on_mnt4_298/Cargo.toml
  16. +1
    -1
      ed_on_mnt4_753/Cargo.toml
  17. +1
    -1
      mnt4_298/Cargo.toml
  18. +1
    -1
      mnt4_753/Cargo.toml
  19. +1
    -1
      mnt6_298/Cargo.toml
  20. +1
    -1
      mnt6_753/Cargo.toml
  21. +2
    -2
      pallas/Cargo.toml
  22. +1
    -1
      secp256k1/Cargo.toml
  23. +1
    -1
      secq256k1/Cargo.toml
  24. +2
    -2
      vesta/Cargo.toml

+ 1
- 1
bls12_377/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-bls12-377" name = "ark-bls12-377"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "arkworks contributors" ] authors = [ "arkworks contributors" ]
description = "The BLS12-377 pairing-friendly elliptic curve" description = "The BLS12-377 pairing-friendly elliptic curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 1
- 1
bls12_381/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-bls12-381" name = "ark-bls12-381"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "arkworks contributors" ] authors = [ "arkworks contributors" ]
description = "The BLS12-381 pairing-friendly elliptic curve" description = "The BLS12-381 pairing-friendly elliptic curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 1
- 1
bn254/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-bn254" name = "ark-bn254"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "arkworks contributors" ] authors = [ "arkworks contributors" ]
description = "The BN254 pairing-friendly elliptic curve" description = "The BN254 pairing-friendly elliptic curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 1
- 1
bw6_761/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-bw6-761" name = "ark-bw6-761"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "arkworks contributors" ] authors = [ "arkworks contributors" ]
description = "The BW6-761 pairing-friendly elliptic curve" description = "The BW6-761 pairing-friendly elliptic curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 1
- 1
cp6_782/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-cp6-782" name = "ark-cp6-782"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "arkworks contributors" ] authors = [ "arkworks contributors" ]
description = "The CP6-782 pairing-friendly elliptic curve" description = "The CP6-782 pairing-friendly elliptic curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 1
- 1
curve-constraint-tests/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-curve-constraint-tests" name = "ark-curve-constraint-tests"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "arkworks contributors" ] authors = [ "arkworks contributors" ]
description = "A library for testing constraints for finite fields, elliptic curves, and pairings" description = "A library for testing constraints for finite fields, elliptic curves, and pairings"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 1
- 1
curve25519/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-curve25519" name = "ark-curve25519"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "arkworks contributors" ] authors = [ "arkworks contributors" ]
description = "The curve25519 Montgomery curve" description = "The curve25519 Montgomery curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 1
- 1
ed25519/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-ed25519" name = "ark-ed25519"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "arkworks contributors" ] authors = [ "arkworks contributors" ]
description = "The ed25519 twisted Edwards curve" description = "The ed25519 twisted Edwards curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 1
- 1
ed_on_bls12_377/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-ed-on-bls12-377" name = "ark-ed-on-bls12-377"
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-377 curve" description = "A Twisted Edwards curve defined over the scalar field of the BLS12-377 curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 2
- 2
ed_on_bls12_381/Cargo.toml

@ -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"]

+ 1
- 1
ed_on_bls12_381_bandersnatch/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-ed-on-bls12-381-bandersnatch" name = "ark-ed-on-bls12-381-bandersnatch"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "zhenfei zhang", "arkworks contributors" ] authors = [ "zhenfei zhang", "arkworks contributors" ]
description = "Bandersnatch: a curve defined over the scalar field of the BLS12-381 curve" description = "Bandersnatch: a curve defined over the scalar field of the BLS12-381 curve"
repository = "https://github.com/zhenfeizhang/bandersnatch-rust" repository = "https://github.com/zhenfeizhang/bandersnatch-rust"

+ 1
- 1
ed_on_bn254/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-ed-on-bn254" name = "ark-ed-on-bn254"
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 BN254 curve" description = "A Twisted Edwards curve defined over the scalar field of the BN254 curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 2
- 2
ed_on_bw6_761/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-ed-on-bw6-761" name = "ark-ed-on-bw6-761"
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 BW6-761 curve" description = "A Twisted Edwards curve defined over the scalar field of the BW6-761 curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"
@ -24,4 +24,4 @@ ark-std = { version = "0.4.0-alpha", default-features = false }
[features] [features]
default = [] default = []
std = [ "ark-ed-on-cp6-782/std" ] std = [ "ark-ed-on-cp6-782/std" ]
r1cs = [ "ark-ed-on-cp6-782/r1cs" ]
r1cs = [ "ark-ed-on-cp6-782/r1cs" ]

+ 2
- 2
ed_on_cp6_782/Cargo.toml

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

+ 2
- 2
ed_on_mnt4_298/Cargo.toml

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

+ 1
- 1
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.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 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"

+ 1
- 1
mnt4_298/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-mnt4-298" name = "ark-mnt4-298"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "arkworks contributors" ] authors = [ "arkworks contributors" ]
description = "The MNT4-298 pairing-friendly elliptic curve" description = "The MNT4-298 pairing-friendly elliptic curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 1
- 1
mnt4_753/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-mnt4-753" name = "ark-mnt4-753"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "arkworks contributors" ] authors = [ "arkworks contributors" ]
description = "The MNT4-753 pairing-friendly elliptic curve" description = "The MNT4-753 pairing-friendly elliptic curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 1
- 1
mnt6_298/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-mnt6-298" name = "ark-mnt6-298"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "arkworks contributors" ] authors = [ "arkworks contributors" ]
description = "The MNT6-298 pairing-friendly elliptic curve" description = "The MNT6-298 pairing-friendly elliptic curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 1
- 1
mnt6_753/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-mnt6-753" name = "ark-mnt6-753"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "arkworks contributors" ] authors = [ "arkworks contributors" ]
description = "The MNT6-753 pairing-friendly elliptic curve" description = "The MNT6-753 pairing-friendly elliptic curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 2
- 2
pallas/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-pallas" name = "ark-pallas"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "Ying Tong Lai", "Daira Hopwood", "O(1) Labs", "arkworks contributors" ] authors = [ "Ying Tong Lai", "Daira Hopwood", "O(1) Labs", "arkworks contributors" ]
description = "The Pallas prime-order elliptic curve" description = "The Pallas prime-order elliptic curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"
@ -37,4 +37,4 @@ r1cs = [ "base_field", "ark-r1cs-std" ]
[[bench]] [[bench]]
name = "pallas" name = "pallas"
path = "benches/pallas.rs" path = "benches/pallas.rs"
harness = false
harness = false

+ 1
- 1
secp256k1/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-secp256k1" name = "ark-secp256k1"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "arkworks contributors" ] authors = [ "arkworks contributors" ]
description = "The secp256k1 curve" description = "The secp256k1 curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 1
- 1
secq256k1/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-secq256k1" name = "ark-secq256k1"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "arkworks contributors" ] authors = [ "arkworks contributors" ]
description = "The secq256k1 curve" description = "The secq256k1 curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"

+ 2
- 2
vesta/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "ark-vesta" name = "ark-vesta"
version = "0.4.0-alpha.1"
version = "0.4.0-alpha.2"
authors = [ "Ying Tong Lai", "Daira Hopwood", "O(1) Labs", "arkworks contributors" ] authors = [ "Ying Tong Lai", "Daira Hopwood", "O(1) Labs", "arkworks contributors" ]
description = "The Vesta prime-order elliptic curve" description = "The Vesta prime-order elliptic curve"
homepage = "https://arkworks.rs" homepage = "https://arkworks.rs"
@ -34,4 +34,4 @@ r1cs = [ "ark-r1cs-std" ]
[[bench]] [[bench]]
name = "vesta" name = "vesta"
path = "benches/vesta.rs" path = "benches/vesta.rs"
harness = false
harness = false

Loading…
Cancel
Save