Expand description
This module contains the main logic for Proof of SQL.
Modulesยง
- evm_
proof_ plan - This module holds the [
EVMProofPlan
] struct and its implementation, which allows for EVM compatible serialization. - parse
- This module contains conversion of intermediate AST to provable AST and a non-provable component if necessary.
- postprocessing
- This module contains new lightweight postprocessing for non-provable components.
- proof
- TODO: add docs
- proof_
exprs - This module proves provable expressions.
- proof_
gadgets - This module contains shared proof logic for multiple
ProofExpr
/ProofPlan
implementations. - proof_
plans - This module proves provable execution plans.