pod2/src/backends/plonky2
Eduard S. 0606a4098b
fix: missing gate and generator for serialization (#369)
Add the missing gates and generator in the serializer that were added
with the PublicKeyOf operation.

Add a test for CircuitData serialization+deserialization to avoid these
kind of bugs in the future.
2025-07-29 16:45:51 -07:00
..
circuits remove some unsafe code (#366) 2025-07-29 13:23:08 -07:00
mainpod fix: missing gate and generator for serialization (#369) 2025-07-29 16:45:51 -07:00
mock New Native Operation PublicKeyOf (#355) 2025-07-28 15:53:01 -07:00
primitives New Native Operation PublicKeyOf (#355) 2025-07-28 15:53:01 -07:00
recursion Feat/disk cache (#354) 2025-07-24 12:15:31 +02:00
basetypes.rs Feat/disk cache (#354) 2025-07-24 12:15:31 +02:00
emptypod.rs Feat/disk cache (#354) 2025-07-24 12:15:31 +02:00
error.rs Complete the verification in MainMockPod (#302) 2025-06-19 16:28:25 +02:00
mod.rs Feat/disk cache (#354) 2025-07-24 12:15:31 +02:00
serialization.rs fix: missing gate and generator for serialization (#369) 2025-07-29 16:45:51 -07:00
signedpod.rs Remove unnecessary mut in PodSigner trait (#340) 2025-07-15 17:37:26 +02:00