Files
sonobe/solidity-verifiers
Ahmad Afuni 852134a898 BN254 and Grumpkin Poseidon configurations (#106)
* Add BN254 and Grumpkin Poseidon configurations

* Remove unncecessary comment

* Fix BN254 Poseidon config test

* Correction

* Update folding-schemes/src/transcript/poseidon/grumpkin.rs

Co-authored-by: Pierre <pdaixmoreux@gmail.com>

---------

Co-authored-by: Pierre <pdaixmoreux@gmail.com>
2024-06-03 12:36:17 +00:00
..
2024-05-06 16:06:08 +02:00
2024-04-17 09:05:41 +00:00

solidity-verifiers

This crate implements templating logic to output verifier contracts for sonobe-generated decider proofs. This crate is accompanied with the cli crate, which allows to generate the Solidity contracts from the command line.

To run the tests it needs solc installed.