From 12d7c46b548b656a71a6b94cef61111e31a83f5f Mon Sep 17 00:00:00 2001 From: Tristan Britt Date: Fri, 16 Aug 2024 19:39:53 -0700 Subject: [PATCH] name change --- Cargo.toml | 6 +++--- README.md | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 809a26a..567e39c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,12 @@ authors = ["Tristan Britt ", "0xAlcibiades "] categories = ["cryptography", "mathematics"] description = "Implementation of the BLS signature scheme using the alt-bn128 curve." -homepage = "https://github.com/warlock-labs/alt-bn128-bls" +homepage = "https://github.com/warlock-labs/sylow" keywords = ["alt-bn128", "bls", "cryptography", "elliptic-curve", "pairing"] license = "MIT" readme = "README.md" -repository = "https://github.com/warlock-labs/alt-bn128-bls.git" -name = "alt-bn128-bls" +repository = "https://github.com/warlock-labs/sylow.git" +name = "sylow" version = "0.0.1" edition = "2021" diff --git a/README.md b/README.md index 902dd4a..59ce4b3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# alt-bn128-bls +# sylow -[![License](https://img.shields.io/crates/l/alt-bn128-bls)](https://choosealicense.com/licenses/mit/) -[![Crates.io](https://img.shields.io/crates/v/alt-bn128-bls)](https://crates.io/crates/alt-bn128-bls) -[![Docs](https://img.shields.io/crates/v/alt-bn128-bls?color=blue&label=docs)](https://docs.rs/alt-bn128-bls/) -![CI](https://github.com/warlock-labs/alt-bn128-bls/actions/workflows/CI.yml/badge.svg) +[![License](https://img.shields.io/crates/l/sylow)](https://choosealicense.com/licenses/mit/) +[![Crates.io](https://img.shields.io/crates/v/sylow)](https://crates.io/crates/sylow) +[![Docs](https://img.shields.io/crates/v/sylow?color=blue&label=docs)](https://docs.rs/sylow/) +![CI](https://github.com/warlock-labs/sylow/actions/workflows/CI.yml/badge.svg) -alt-bn128-bls is a Rust library implementing the BLS (Boneh-Lynn-Shacham) signature scheme using the alt-bn128 (BN254) elliptic curve. It provides threshold signing capabilities and associated utilities, initially developed for use in the Warlock Chaos product. +sylow is a Rust library implementing the BLS (Boneh-Lynn-Shacham) signature scheme using the alt-bn128 (BN254) elliptic curve. It provides threshold signing capabilities and associated utilities, initially developed for use in the Warlock Chaos product. ## Features @@ -21,7 +21,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -alt-bn128-bls = "0.0.1" +sylow = "0.0.1" ``` Here's a basic example of generating a key pair, signing a message, and verifying the signature: @@ -38,7 +38,7 @@ fn main() { } ``` -For more examples and usage details, see the [API documentation](https://docs.rs/alt-bn128-bls). +For more examples and usage details, see the [API documentation](https://docs.rs/sylow). ## Core Concepts @@ -64,7 +64,7 @@ The following features and improvements are planned for future releases: ## Contributing -Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests on the [GitHub repository](https://github.com/warlock-labs/alt-bn128-bls). +Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests on the [GitHub repository](https://github.com/warlock-labs/sylow). ## License @@ -74,4 +74,4 @@ This project is licensed under the [MIT License](https://choosealicense.com/lice Warlock Labs - [https://github.com/warlock-labs](https://github.com/warlock-labs) -Project Link: [https://github.com/warlock-labs/alt-bn128-bls](https://github.com/warlock-labs/alt-bn128-bls) \ No newline at end of file +Project Link: [https://github.com/warlock-labs/sylow](https://github.com/warlock-labs/sylow) \ No newline at end of file