aboutsummaryrefslogtreecommitdiff
path: root/zkvms/zkm/guest
Commit message (Collapse)AuthorAgeFilesLines
* chore: cargo fmtKamen Mladenov2025-05-021-1/+1
|
* feat(zkvms_host_io): Add json dependencyKamen Mladenov2025-05-021-14/+21
|
* chore: Update mcl-blockchain dependencyKamen Mladenov2025-04-242-18/+18
| | | | | | 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.
* fix(zkvms/zkm): Include string in guest wrapperKamen Mladenov2025-04-231-1/+1
|
* feat(guests/keccak): Add ZKM precompile function callKamen Mladenov2025-04-141-0/+3
|
* chore: Update flake.lock and Cargo.lockKamen Mladenov2025-04-042-34/+27
|
* chore: Rust fmtKamen Mladenov2025-02-271-2/+2
|
* chore: Update zkVM packagesKamen Mladenov2025-02-262-13/+20
| | | | | | | | 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/zkm): Add detailed documentation commentsKamen Mladenov2025-02-101-0/+4
|
* feat(zkvms): Use std (or alloc) collections in all guestsKamen Mladenov2025-02-071-1/+1
|
* feat(zkvms/zkm): Implement proper handling of public and private inputsKamen Mladenov2025-02-031-2/+85
|
* feat(zkm): Adapt to new input type and zkvmLibKamen Mladenov2025-01-304-4/+282
|
* feat(zkvms); Add zkm guest and it's macroKamen Mladenov2025-01-164-0/+29