pod2/src/backends/plonky2/circuits
arnaucube 4a94b34792
Add SignedPod verification circuit (SignedPodVerifyGadget) (#170)
* add boolean selector to the MerkleProofGadget, to allow skipping proof verifications when all the slots are not used (eg. in the SignedPod circuit)

* move existing signedpod's circuits draft to its own file

* implement SignedPodVerify circuit
2025-04-01 18:20:28 +02:00
..
common.rs chore(backend): implement some circuit op logic (#165) 2025-03-26 03:40:23 +10:00
mainpod.rs Add SignedPod verification circuit (SignedPodVerifyGadget) (#170) 2025-04-01 18:20:28 +02:00
mod.rs Add SignedPod verification circuit (SignedPodVerifyGadget) (#170) 2025-04-01 18:20:28 +02:00
signedpod.rs Add SignedPod verification circuit (SignedPodVerifyGadget) (#170) 2025-04-01 18:20:28 +02:00