Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s1nus/plonky2-multiplexer
part of what will become a sha256 merkle proof verification circuit
https://github.com/s1nus/plonky2-multiplexer
Last synced: 5 days ago
JSON representation
part of what will become a sha256 merkle proof verification circuit
- Host: GitHub
- URL: https://github.com/s1nus/plonky2-multiplexer
- Owner: S1nus
- Created: 2023-06-01T05:25:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-13T23:01:32.000Z (10 months ago)
- Last Synced: 2024-01-14T07:22:25.074Z (10 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plonky 2 Multiplexer
Dual mux for 32 byte hashes. A piece of a sha256 merkle proof verifier. Inspired by [this circuit](https://github.com/tornadocash/tornado-core/blob/master/circuits/merkleTree.circom#L18)# Purpose
1. Signature aggregation for tendermint headers, to speed up and streamline Celestia Light node sync, so it can more-easily fit into a web browser or smart phone someday.
2. Witness compression for Cosmos-SDK IAVL tree state proofs, for usage in Rollkit.