Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND committed Jun 20, 2024
1 parent db0a99a commit 2c5b34c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
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
2 changes: 1 addition & 1 deletion 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/sp1-kzg/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/0xWOLAND/sp1-kzg/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 Down

0 comments on commit 2c5b34c

Please sign in to comment.