aboutsummaryrefslogtreecommitdiff
path: root/zkvms/sp1/host/src
Commit message (Collapse)AuthorAgeFilesLines
* feat(zkvms_guest_io): Output proof sizeKamen Mladenov2025-05-021-1/+7
| | | | | | | In each zkVM we'll write the size to /tmp/proof_size and then guest_io will read that value and place it inside our metrics output. This is not the most elegant, and in certain zkVMs the file output is a part of the benchmark timing, but it will have to do.
* chore: Rust fmtKamen Mladenov2025-02-271-7/+10
|
* fix(zkvms/sp1): When benchmarking verification, only benchmark the function callKamen Mladenov2025-02-101-3/+5
|
* feat(zkvms/sp1): Add benchmarking capabilityKamen Mladenov2025-02-071-6/+6
|
* feat(zkvms/sp1): Adapt to new input typeKamen Mladenov2025-01-281-7/+5
|
* feat(zkvms): Export io logic to it's own crateKamen Mladenov2025-01-141-54/+38
|
* feat(zkvms): Add sp1 hostKamen Mladenov2025-01-141-0/+69