aboutsummaryrefslogtreecommitdiff
path: root/zkvms/risc0/guest/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* feat(zkvms/risc0): Implement elf encodingKamen Mladenov2025-04-041-0/+3
| | | | | | | | | Recently, RISC0 have added code to their SDK which adds magic bytes to the (already compiled) ELF. Since we're taking another route than intended, we'll need to replicate this step too. We're doing things in a different fashion, because their SDK normally compiles the guest, and doesn't allow you to supply a prebuilt ELF.
* chore: Update flake.lock and Cargo.lockKamen Mladenov2025-04-041-1/+1
|
* chore: Update zkVM packagesKamen Mladenov2025-02-261-1/+1
| | | | | | | | This includes: - Updating flake.lock - Updating all host and guest Cargo.toml and Cargo.lock files - Making zkvm default.nix file modifications to account for toolchain and setup changes
* docs(zkvms/risc0): Add detailed documentation commentsKamen Mladenov2025-02-101-1/+6
|
* feat(risc0): Adapt to new input type and zkvmLibKamen Mladenov2025-01-301-1/+0
|
* feat(zkvms/risc0): Add guest and it's macroKamen Mladenov2025-01-101-0/+11