mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-06 21:34:00 -05:00
For best and standard practices in Rust, acronyms should be CamelCase, and capitalization should be avoided; i.e. ZKCircuit -> ZkCircuit This commit replaces all such occurencies in the codebase.
239 B
239 B
TODO
- Document the language
- Integrate with zkvm command line
- Integrate with ZkVmCircuit: allocs and constraints
- Added CryptoOperation such double and square to core.rs
- Adapt ZkContract to use lisp to read contract and execute