aboutsummaryrefslogtreecommitdiff
path: root/zkvms/jolt/host/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(zkvms_guest_io): Output proof sizeKamen Mladenov2025-05-021-1/+8
| | | | | | | 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.
* feat(zkvms/jolt): Add libcxx and openssl dependencies, upper bound for ↵Kamen Mladenov2025-04-041-2/+0
| | | | bytemuck_derive
* fix(zkvms/jolt/host): Replace default formatting with debug formatting in printKamen Mladenov2025-03-041-2/+2
|
* chore: Rust fmtKamen Mladenov2025-02-271-3/+6
|
* docs(zkvms/jolt): Add detailed documentation commentsKamen Mladenov2025-02-101-0/+1
|
* feat(zkvms/jolt): Add benchmarking capabilityKamen Mladenov2025-02-071-5/+5
|
* fix(zkvms/jolt): Add proper panic on attempted executionKamen Mladenov2025-02-071-0/+3
|
* feat(zkvms/jolt): Adapt to new input typeKamen Mladenov2025-01-281-2/+2
|
* feat(zkvms): Add jolt hostKamen Mladenov2025-01-171-0/+23
It expects certain custom funcitonality from guest