diff --git a/Cargo.toml b/Cargo.toml index c299a2b..91d428d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,10 +9,10 @@ edition = "2021" rust-version = "1.85" description = "Library for building and interfacing with finite fields" readme = "README.md" -documentation = "https://docs.rs/ff/" -homepage = "https://github.com/zkcrypto/ff" +documentation = "https://docs.rs/rustcrypto-ff/" +homepage = "https://github.com/RustCrypto/ff" license = "MIT/Apache-2.0" -repository = "https://github.com/zkcrypto/ff" +repository = "https://github.com/RustCrypto/ff" [dependencies] bitvec = { version = "1", default-features = false, optional = true } diff --git a/README.md b/README.md index 9f318c3..ac7d6ea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RustCrypto: ff +# [RustCrypto]: ff `ff` is a finite field library written in pure Rust, with no `unsafe{}` code. @@ -82,3 +82,5 @@ Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. + +[RustCrypto]: https://github.com/rustcrypto/