Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.