Fix incorrect repository links in Cargo.toml files (#63)

* fixes repository in cargo files

* lint fixes
This commit is contained in:
George Gkitsas
2021-06-23 16:58:50 +01:00
committed by GitHub
parent d2c998736e
commit a9cb9bfcb2
18 changed files with 21 additions and 21 deletions

View File

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