aboutsummaryrefslogtreecommitdiff
path: root/zkvms/risc0/guest_elf_patch/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* chore: Update mcl-blockchain dependencyKamen Mladenov2025-04-241-2/+2
| | | | | | There are no package version updates. The primary difference is that RISC0 is now compiled with the unstable feature. All other hash updates come from the switch from rust-bin to fenix.
* feat(zkvms/risc0): Implement elf encodingKamen Mladenov2025-04-041-0/+9
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.