-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
introduce: - `gnark-mimc` crate that implements: - mimc over bn254 symmetric to https://github.com/Consensys/gnark-crypto/blob/master/ecc/bn254/fr/mimc/mimc.go - mimc over bls12377 symmetric to https://github.com/Consensys/gnark-crypto/blob/master/ecc/bls12-377/fr/mimc/mimc.go - `linea-zktrie` crate that implements: - zktrie node decoding - merkle path verification (inclusion/noninclusion) - spec defined in [EXT_ zkEVM_ State management .pdf (internal documentation)](https://github.com/unionlabs/union/files/15280720/EXT_.zkEVM_.State.management.pdf) - `linea-verifier` for L2 -> L1 settlement chain verification - `linea-light-client` implementing wasm light client with all the above
- Loading branch information
Showing
37 changed files
with
3,093 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.