pod2/src/backends/plonky2/primitives
arnaucube 273d803ebd
Add verifier-datas tree (set) & in-circuit verification (#274)
* containers: add method to create new {Dict,Set,Array} with custom max_depth

* add vds_tree computation, update tree circuit interface

* add VDTree struct, add DEFAULT_VD_TREE, integrate it with MainPod,EmptyPod,frontend,etc.

* adapt frontend/serialization tests to new containers field (max_depth)

* adapt interfaces to allow using custom vd_tree in frontend & backend constructors

* rename VDTree to VDSet (and derivate namings too)

* containers 'new' always with param 'max_depth', use params.max_depth_mt_containers instead of the global constant MAX_DEPTH

* adapt after rebasing the branch to main latest changes

* apply review suggestions from @ed255

* use emptypod vd_mt_proofs (using vd_set as circuit input), merge the two existing set_targets methods of MainPodVerifyTarget

* document VDSet & vds_root
2025-06-11 13:08:39 +02:00
..
ec chore(backend): add flags to PointTarget struct (#270) 2025-06-10 21:47:51 +10:00
merkletree Add verifier-datas tree (set) & in-circuit verification (#274) 2025-06-11 13:08:39 +02:00
signature feat(backend): Use Schnorr signatures for signed PODs (#236) 2025-06-10 00:24:16 +10:00
mod.rs feat(backend): Use Schnorr signatures for signed PODs (#236) 2025-06-10 00:24:16 +10:00