pod2/src/backends/plonky2/circuits
Ahmad Afuni 53ade6ea26
chore: implement Gt and GtEq as syntactic sugar (#216)
* Implement Gt and GtEq as syntactic sugar

* Update src/backends/plonky2/circuits/mainpod.rs

Co-authored-by: Eduard S. <eduardsanou@posteo.net>

* Op verification circuit refactor

* Code review

* Add range check to Eq case of LtEq

* Style

* Factor out ValueOf statement argument type checks

* Formatting

* Clean-up

* Safety

* Take sign into account

* Simplify sign check

---------

Co-authored-by: Eduard S. <eduardsanou@posteo.net>
2025-05-06 06:59:59 +10:00
..
common.rs chore: implement Gt and GtEq as syntactic sugar (#216) 2025-05-06 06:59:59 +10:00
mainpod.rs chore: implement Gt and GtEq as syntactic sugar (#216) 2025-05-06 06:59:59 +10:00
mod.rs Add SignedPod verification circuit (SignedPodVerifyGadget) (#170) 2025-04-01 18:20:28 +02:00
signedpod.rs migrate from anyhow to thiserror (#197) 2025-04-22 15:07:04 +02:00