Skip to content

Commit

Permalink
fix: typos of different importance (#282)
Browse files Browse the repository at this point in the history
* Update README.md

* Update CHANGELOG.md

* Update README.md
  • Loading branch information
crStiv authored Jan 15, 2025
1 parent fc215eb commit c04afe7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.3.0

- Remove `PlonkPlus` strategy for `GateInstructions` to reduce code complexity.
- Because this strategy involved 1 selector AND 1 fixed column per advice column, it seems hard to justify it will lead to better peformance for the prover or verifier.
- Because this strategy involved 1 selector AND 1 fixed column per advice column, it seems hard to justify it will lead to better performance for the prover or verifier.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# halo2-lib

> ⚠️ **This branch contains un-audited contributions from the community.** Community contributions in this branch have been reviewed by maintainers of this repository, but they have not undergone official audit. To use the latest audited version make sure to use the correct commit. The tagged versions that have undergone official audit and are ready for production use can be found in the [releases](https://github.com/axiom-crypto/halo2-lib/releases).
> ⚠️ **This branch contains unaudited contributions from the community.** Community contributions in this branch have been reviewed by maintainers of this repository, but they have not undergone an official audit. To use the latest audited version make sure to use the correct commit. The tagged versions that have undergone an official audit and are ready for production use can be found in the [releases](https://github.com/axiom-crypto/halo2-lib/releases).
This repository aims to provide basic primitives for writing zero-knowledge proof circuits using the [Halo 2](https://zcash.github.io/halo2/) proving stack. To discuss or collaborate, join our community on [Telegram](https://t.me/halo2lib).

Expand Down Expand Up @@ -36,7 +36,7 @@ cd halo2-lib
- [zkEVM tx-circuit](https://github.com/scroll-tech/zkevm-circuits/tree/develop/zkevm-circuits/src/tx_circuit)
- [webauthn-halo2](https://github.com/zkwebauthn/webauthn-halo2) -- Proving and verifying WebAuthn with halo2.
- [Fixed Point Arithmetic](https://github.com/DCMMC/halo2-scaffold/tree/main/src/gadget) -- Fixed point arithmetic library in halo2.
- [Spectre](https://github.com/ChainSafe/Spectre) -- Verifying Beacon chain headers via Altair lightclient protocol
- [Spectre](https://github.com/ChainSafe/Spectre) -- Verifying Beacon chain headers via Altair light client protocol
- [halo2-nn-wasm](https://github.com/metavind/halo2-nn-wasm) -- Neural network in halo2 for WASM.
- [halo2-cairo](https://github.com/odyssey2077/halo2-cairo) -- Prove Cairo program execution in halo2.
- [indexed-merkle-tree](https://github.com/aerius-labs/indexed-merkle-tree-halo2) -- Indexed Merkle Tree operations in halo2.
Expand Down
2 changes: 1 addition & 1 deletion hashes/zkevm/src/keccak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ There are 2 ways to publish circuit outputs:

Developers can choose either way according to their needs. Specs of these 2 ways can be found at `keccak::component::circuit::shard::KeccakComponentShardCircuit::publish_outputs`.

`keccak::component::output` provides utilities to compute component circuit outputs for given inputs. App circuits could use these utilities to load Keccak results before witness generation of component circuits.
`keccak::component::output` provides utilities to compute component circuit outputs for given inputs. App circuits could use these utilities to load Keccak results before witnessing the generation of component circuits.

### Lookup Key Encode

Expand Down

0 comments on commit c04afe7

Please sign in to comment.