0xEigenLabs / eigen-zkvm

A Rust zkVM with a Modular Proof System
Apache License 2.0
133 stars 36 forks source link

Change all the file operation in proof system to io Read/Write #240

Open eigmax opened 6 months ago

eigmax commented 6 months ago

All the functions involved are:

eigmax commented 4 months ago

circom_compile is built on circom, and circom uses std::fs in parser_user::parse_project.