Browse Source

Fix links in `Cargo.toml`s (#29)

Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
fq2_neg_nonresidue
Pratyush Mishra 3 years ago
committed by GitHub
parent
commit
621355df14
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 36 additions and 36 deletions
  1. +2
    -2
      bls12_377/Cargo.toml
  2. +2
    -2
      bls12_381/Cargo.toml
  3. +2
    -2
      bn254/Cargo.toml
  4. +2
    -2
      bw6_761/Cargo.toml
  5. +2
    -2
      cp6_782/Cargo.toml
  6. +2
    -2
      curve-constraint-tests/Cargo.toml
  7. +2
    -2
      curve-tests/Cargo.toml
  8. +2
    -2
      ed_on_bls12_377/Cargo.toml
  9. +2
    -2
      ed_on_bls12_381/Cargo.toml
  10. +2
    -2
      ed_on_bn254/Cargo.toml
  11. +2
    -2
      ed_on_bw6_761/Cargo.toml
  12. +2
    -2
      ed_on_cp6_782/Cargo.toml
  13. +2
    -2
      ed_on_mnt4_298/Cargo.toml
  14. +2
    -2
      ed_on_mnt4_753/Cargo.toml
  15. +2
    -2
      mnt4_298/Cargo.toml
  16. +2
    -2
      mnt4_753/Cargo.toml
  17. +2
    -2
      mnt6_298/Cargo.toml
  18. +2
    -2
      mnt6_753/Cargo.toml

+ 2
- 2
bls12_377/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-bls12-377"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "The BLS12-377 pairing-friendly elliptic curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-bls12-377/"
keywords = ["cryptography", "finite fields", "elliptic curves" ]
categories = ["cryptography"]

+ 2
- 2
bls12_381/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-bls12-381"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "The BLS12-381 pairing-friendly elliptic curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-bls12-381/"
keywords = ["cryptography", "finite fields", "elliptic curves" ]
categories = ["cryptography"]

+ 2
- 2
bn254/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-bn254"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "The BN254 pairing-friendly elliptic curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-bn254/"
keywords = ["cryptography", "finite fields", "elliptic curves" ]
categories = ["cryptography"]

+ 2
- 2
bw6_761/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-bw6-761"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "The BW6-761 pairing-friendly elliptic curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-bw6-761/"
keywords = ["cryptography", "finite fields", "elliptic curves" ]
categories = ["cryptography"]

+ 2
- 2
cp6_782/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-cp6-782"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "The CP6-782 pairing-friendly elliptic curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-cp6-782/"
keywords = ["cryptography", "finite fields", "elliptic curves" ]
categories = ["cryptography"]

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

@ -3,8 +3,8 @@ name = "ark-curve-constraint-tests"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "A library for testing constraints for finite fields, elliptic curves, and pairings"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/curves"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/curves"
documentation = "https://docs.rs/ark-curve-constraint-tests/"
keywords = ["cryptography", "finite fields", "elliptic curves", "r1cs" ]
categories = ["cryptography"]

+ 2
- 2
curve-tests/Cargo.toml

@ -11,8 +11,8 @@ authors = [
"arkworks contributors"
]
description = "A library for tests for finite fields, elliptic curves, and pairings"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-curve-tests/"
keywords = ["cryptography", "finite fields", "elliptic curves" ]
categories = ["cryptography"]

+ 2
- 2
ed_on_bls12_377/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-ed-on-bls12-377"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "A Twisted Edwards curve defined over the scalar field of the BLS12-377 curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-ed-on-bls12-377/"
keywords = ["cryptography", "finite fields", "elliptic curves" ]
categories = ["cryptography"]

+ 2
- 2
ed_on_bls12_381/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-ed-on-bls12-381"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "A Twisted Edwards curve defined over the scalar field of the BLS12-381 curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-ed-on-bls12-381/"
keywords = ["cryptography", "finite fields", "elliptic curves" ]
categories = ["cryptography"]

+ 2
- 2
ed_on_bn254/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-ed-on-bn254"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "A Twisted Edwards curve defined over the scalar field of the BN254 curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-ed-on-bn254/"
keywords = ["cryptography", "finite fields", "elliptic curves" ]
categories = ["cryptography"]

+ 2
- 2
ed_on_bw6_761/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-ed-on-bw6-761"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "A Twisted Edwards curve defined over the scalar field of the BW6-761 curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-ed-on-bw6-761/"
keywords = ["cryptography", "finite fields", "elliptic curves" ]
categories = ["cryptography"]

+ 2
- 2
ed_on_cp6_782/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-ed-on-cp6-782"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "A Twisted Edwards curve defined over the scalar field of the CP6-782 curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-ed-on-cp6-782/"
keywords = ["cryptography", "finite fields", "elliptic curves" ]
categories = ["cryptography"]

+ 2
- 2
ed_on_mnt4_298/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-ed-on-mnt4-298"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "A Twisted Edwards curve defined over the scalar field of the MNT4-298 curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-ed-on-mnt4-298/"
keywords = ["cryptography", "finite fields", "elliptic curves" ]
categories = ["cryptography"]

+ 2
- 2
ed_on_mnt4_753/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-ed-on-mnt4-753"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "A Twisted Edwards curve defined over the scalar field of the MNT4-753 curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-ed-on-mnt4-753/"
keywords = ["cryptography", "finite fields", "elliptic curves" ]
categories = ["cryptography"]

+ 2
- 2
mnt4_298/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-mnt4-298"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "The MNT4-298 pairing-friendly elliptic curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-mnt4-298/"
keywords = ["cryptography", "finite fields" ]
categories = ["cryptography"]

+ 2
- 2
mnt4_753/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-mnt4-753"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "The MNT4-753 pairing-friendly elliptic curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-mnt4-753/"
keywords = ["cryptography", "finite fields" ]
categories = ["cryptography"]

+ 2
- 2
mnt6_298/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-mnt6-298"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "The MNT6-298 pairing-friendly elliptic curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-mnt6-298/"
keywords = ["cryptography", "finite fields" ]
categories = ["cryptography"]

+ 2
- 2
mnt6_753/Cargo.toml

@ -3,8 +3,8 @@ name = "ark-mnt6-753"
version = "0.1.0"
authors = [ "arkworks contributors" ]
description = "The MNT6-753 pairing-friendly elliptic curve"
homepage = "https://arworks.rs"
repository = "https://github.com/arkworks/algebra"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
documentation = "https://docs.rs/ark-mnt6-753/"
keywords = ["cryptography", "finite fields" ]
categories = ["cryptography"]

Loading…
Cancel
Save