pod2/src/backends
arnaucube 538353a701
Frontend: simplify custom predicates interfaces (#83)
* add comments detailing logic, migrate middleware::custom::tests to frontend::custom

* simplify custom predicate's frontend interfaces, making it less verbose to define Statement Template arguments

The main idea is that when defining the arguments at a statement
template, it can be done from 3 different inputs:
i. `(&str, literal)`: this is to set a POD and a field, ie. `(POD, literal("field")`)
ii. `(&str, &str)`: this is to define a origin-key wildcard pair, ie. `(src_origin, src_dest)`
iii. `Value`: this is to define a literal value, ie. `0`
2025-02-25 14:15:08 +10:00
..
mock_main Frontend: simplify custom predicates interfaces (#83) 2025-02-25 14:15:08 +10:00
mock_signed.rs implement the specified sparse merkletree (#82) 2025-02-21 11:13:58 +10:00
mod.rs Implement Containers (Dictionary,Set,Array) on top of MerkleTree. And restructure the code. (#55) 2025-02-12 12:06:40 +01:00
plonky2.rs feat: Basic verification logic for mock MainPOD (#43) 2025-02-10 19:07:41 +01:00