diff --git a/bls12_377/Cargo.toml b/bls12_377/Cargo.toml index 4c36fb8..56ef87e 100644 --- a/bls12_377/Cargo.toml +++ b/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"] diff --git a/bls12_381/Cargo.toml b/bls12_381/Cargo.toml index 5ebfd2b..794ddcb 100644 --- a/bls12_381/Cargo.toml +++ b/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"] diff --git a/bn254/Cargo.toml b/bn254/Cargo.toml index 896e5e9..c7248ea 100644 --- a/bn254/Cargo.toml +++ b/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"] diff --git a/bw6_761/Cargo.toml b/bw6_761/Cargo.toml index 3960012..e91898a 100644 --- a/bw6_761/Cargo.toml +++ b/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"] diff --git a/cp6_782/Cargo.toml b/cp6_782/Cargo.toml index dde9a66..69b9c16 100644 --- a/cp6_782/Cargo.toml +++ b/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"] diff --git a/curve-constraint-tests/Cargo.toml b/curve-constraint-tests/Cargo.toml index b5fdc25..869f6b1 100644 --- a/curve-constraint-tests/Cargo.toml +++ b/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"] diff --git a/curve-tests/Cargo.toml b/curve-tests/Cargo.toml index d9c1d5a..d7c6419 100644 --- a/curve-tests/Cargo.toml +++ b/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"] diff --git a/ed_on_bls12_377/Cargo.toml b/ed_on_bls12_377/Cargo.toml index cda3f33..51c3793 100644 --- a/ed_on_bls12_377/Cargo.toml +++ b/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"] diff --git a/ed_on_bls12_381/Cargo.toml b/ed_on_bls12_381/Cargo.toml index 2bdddd4..a035c06 100644 --- a/ed_on_bls12_381/Cargo.toml +++ b/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"] diff --git a/ed_on_bn254/Cargo.toml b/ed_on_bn254/Cargo.toml index 80166e8..f12e592 100644 --- a/ed_on_bn254/Cargo.toml +++ b/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"] diff --git a/ed_on_bw6_761/Cargo.toml b/ed_on_bw6_761/Cargo.toml index 9a6bf9a..0ad15dc 100644 --- a/ed_on_bw6_761/Cargo.toml +++ b/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"] diff --git a/ed_on_cp6_782/Cargo.toml b/ed_on_cp6_782/Cargo.toml index 31addac..b30d818 100644 --- a/ed_on_cp6_782/Cargo.toml +++ b/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"] diff --git a/ed_on_mnt4_298/Cargo.toml b/ed_on_mnt4_298/Cargo.toml index 8628f58..1a3df23 100644 --- a/ed_on_mnt4_298/Cargo.toml +++ b/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"] diff --git a/ed_on_mnt4_753/Cargo.toml b/ed_on_mnt4_753/Cargo.toml index 79fb079..2028e4b 100644 --- a/ed_on_mnt4_753/Cargo.toml +++ b/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"] diff --git a/mnt4_298/Cargo.toml b/mnt4_298/Cargo.toml index 3900153..75a06eb 100644 --- a/mnt4_298/Cargo.toml +++ b/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"] diff --git a/mnt4_753/Cargo.toml b/mnt4_753/Cargo.toml index 13993bc..04c8492 100644 --- a/mnt4_753/Cargo.toml +++ b/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"] diff --git a/mnt6_298/Cargo.toml b/mnt6_298/Cargo.toml index d8ad611..5c066dd 100644 --- a/mnt6_298/Cargo.toml +++ b/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"] diff --git a/mnt6_753/Cargo.toml b/mnt6_753/Cargo.toml index 54d309c..1342562 100644 --- a/mnt6_753/Cargo.toml +++ b/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"]