Skip to content

Commit

Permalink
refactor: change repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND committed Jun 20, 2024
1 parent db0a99a commit 4cbf069
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 42 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/rust.yml

This file was deleted.

34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "sp1-kzg"
name = "kzg-rs"
version = "0.1.0"
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sp1-kzg [![Rust](https://github.com/0xWOLAND/sp1-kzg/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/0xWOLAND/sp1-kzg/actions/workflows/rust.yml)
# kzg-rs [![Rust](https://github.com/0xWOLAND/kzg-rs/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/0xWOLAND/kzg-rs/actions/workflows/rust.yml)

An endpoint for `verify_kzg_proof` in [c-kzg-4844](https://github.com/ethereum/c-kzg-4844) using [bls12_381](https://github.com/zkcrypto/bls12_381/). Passes all of the `verify_kzg_proof` tests in [c-kzg-4844/verify_kzg_proof](https://github.com/ethereum/c-kzg-4844/tree/main/tests/verify_kzg_proof/kzg-mainnet).

Expand All @@ -9,4 +9,4 @@ An endpoint for `verify_kzg_proof` in [c-kzg-4844](https://github.com/ethereum/c
| `verify_kzg_proof` | 276,957,860 |
| `load_trusted_setup` | 58,994,825 |

Checkout the SP1 profile at [0xWOLAND/sp1-revm-kzg-profile](https://github.com/0xWOLAND/sp1-revm-kzg-profile). This crate has been used in a [fork of SP1's patch of `revm`](https://github.com/0xWOLAND/revm/tree/patch-v5.0.0), which passes all tests. Additionally, `sp1-kzg` is based on [this](https://github.com/0xWOLAND/bls12_381) slightly modified fork of `bls12_381`.
Checkout the SP1 profile at [0xWOLAND/sp1-revm-kzg-profile](https://github.com/0xWOLAND/sp1-revm-kzg-profile). This crate has been used in a [fork of SP1's patch of `revm`](https://github.com/0xWOLAND/revm/tree/patch-v5.0.0), which passes all tests. Additionally, `kzg-rs` is based on [this](https://github.com/0xWOLAND/bls12_381) slightly modified fork of `bls12_381`.

0 comments on commit 4cbf069

Please sign in to comment.