Skip to content

Commit

Permalink
fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv committed Jan 30, 2025
1 parent 20de9c4 commit b26fbe4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion primitives/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rust-kzg-bn254-primitives

[![Crate](https://img.shields.io/crates/v/rust-kzg-bn254.svg)](https://crates.io/crates/rust-kzg-bn254-primitives)
[![Crate](https://img.shields.io/crates/v/rust-kzg-bn254-primitives.svg)](https://crates.io/crates/rust-kzg-bn254-primitives)

This library offers primitive set of structures and functions for generating and interacting with bn254 KZG commitments and proofs in rust.

Expand Down
6 changes: 3 additions & 3 deletions prover/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rust-kzg-bn254

[![Docs](https://docs.rs/rust-kzg-bn254/badge.svg)](https://docs.rs/rust-kzg-bn254/latest/rust_kzg_bn254/)
[![Crate](https://img.shields.io/crates/v/rust-kzg-bn254.svg)](https://crates.io/crates/rust-kzg-bn254)
[![Docs](https://docs.rs/rust-kzg-bn254-prover/badge.svg)](https://docs.rs/rust-kzg-bn254-prover/latest/rust_kzg_bn254_prover/)
[![Crate](https://img.shields.io/crates/v/rust-kzg-bn254-prover.svg)](https://crates.io/crates/rust-kzg-bn254-prover)

This library offers a set of functions for generating and interacting with bn254 KZG commitments and proofs in rust, with the motivation of supporting fraud and validity proof logic in EigenDA rollup integrations.

Expand All @@ -15,7 +15,7 @@ This library offers a set of functions for generating and interacting with bn254

See the `test_compute_kzg_proof` function in [./tests/kzg_test.rs](./tests/kzg_test.rs) for an end to end usage of the library.

Also make sure to check out the examples in our [docs](https://docs.rs/rust-kzg-bn254/latest/rust_kzg_bn254/).
Also make sure to check out the examples in our [docs](https://docs.rs/rust-kzg-bn254-prover/latest/rust_kzg_bn254_prover/).

## Setup for testing

Expand Down
6 changes: 3 additions & 3 deletions verifier/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# rust-kzg-bn254-batch-verification
# rust-kzg-bn254-verification

[![Crate](https://img.shields.io/crates/v/rust-kzg-bn254.svg)](https://crates.io/crates/rust-kzg-bn254-batch-verification)
[![Crate](https://img.shields.io/crates/v/rust-kzg-bn254-verifier.svg)](https://crates.io/crates/rust-kzg-bn254-verifier)

This library offers batch verification functions for KZG.
This library offers verification functions, including batch verification, for KZG.

## Warning & Disclaimer

Expand Down

0 comments on commit b26fbe4

Please sign in to comment.