aboutsummaryrefslogtreecommitdiff
path: root/zkvms_host_io/input_macros
Commit message (Collapse)AuthorAgeFilesLines
* feat(zkvms_host_io): Add public_inputs and private_inputs attributes to RunWithKamen Mladenov2025-02-031-4/+20
|
* fix(zkvms_host_io): Remove useless template parameter to RunWithKamen Mladenov2025-02-031-1/+1
|
* feat: Move some public input parsing logic to parse_fnKamen Mladenov2025-02-031-12/+7
|
* feat(zkvms_host_io): Make Output type contain public inputsKamen Mladenov2025-02-032-1/+19
|
* feat: Add output type to zkvms_host_io macroKamen Mladenov2025-01-311-6/+12
|
* feat: Pass guest entrypoint type to hostKamen Mladenov2025-01-301-2/+1
|
* feat(zkvms_host_io/input_macros): Implement forach_input_field macroKamen Mladenov2025-01-281-0/+13
|
* feat(zkvms_host_io): Generate input type from string and read input data ↵Kamen Mladenov2025-01-282-0/+43
from TOML file