Files
sonobe/solidity-verifiers
arnaucube c17fcf56c6 add hash of public params for Nova & HyperNova (#118)
- implement hash of public params for Nova & HyperNova
- abstract pp_hash computation for folding schemes
- add pp_hash to solidity contract generator to verify the decider proof
2024-07-05 09:47:18 +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.