mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -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.
8 lines
239 B
Markdown
8 lines
239 B
Markdown
## 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
|