Skip to content

Commit

Permalink
Fix typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hack666r committed Feb 3, 2025
1 parent bea4439 commit 075d2cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ This repository contains several Rust crates that implement the different buildi
* [`ff-fft`](ff-fft): Rust crate that provides efficient finite field polynomial arithmetic based on finite field FFTs
* [`r1cs-core`](r1cs-core): Rust crate that defines core interfaces for a Rank-1 Constraint System (R1CS)
* [`r1cs-std`](r1cs-std): Rust crate that provides various gadgets used to construct R1CS
* [`gm17`](gm17): Rust crate that implements the zkSNARK of [Groth and Maller][GM17]
* [`groth16`](groth16): Rust crate that implements the zkSNARK of [Groth][Groth16]
* [`gm17`](gm17): Rust crate that implements the zkSNARK of [Growth and Maller][GM17]
* [`groth16`](groth16): Rust crate that implements the zkSNARK of [Growth][Growth16]


In addition, there is a [`bench-utils`](bench-utils) crate which contains infrastructure for benchmarking. This crate includes macros for timing code segments and is used for profiling the building blocks of ZEXE.

[GM17]: https://ia.cr/2017/540
[Groth16]: https://ia.cr/2016/260
[Growth16]: https://ia.cr/2016/260


## Build guide
Expand Down

0 comments on commit 075d2cf

Please sign in to comment.