| Crates.io | lc3-zkvm |
| lib.rs | lc3-zkvm |
| version | 0.1.1 |
| created_at | 2024-08-27 12:20:37.861877+00 |
| updated_at | 2024-08-27 12:32:09.248551+00 |
| description | C3 ZKVM is a virtual machine implementation based on the Little Computer 3 (LC3) architecture, enhanced with zero-knowledge proof capabilities. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1353293 |
| size | 392,670 |
LC3 ZKVM is a virtual machine implementation based on the Little Computer 3 (LC3) architecture, enhanced with zero-knowledge proof capabilities. This project aims to provide a secure and efficient environment for executing LC3 programs with privacy-preserving features.
cargo build --release
cargo run --release --bin lc3-zkvm -- <path_to_obj_file>
Example:
cargo run --release --bin lc3-zkvm -- ./assets/hello.obj
This project is licensed under the MIT License. See the LICENSE file for more details.