Files
darkfi/lisp/TODO.md
parazyd 340631df2d Code linting.
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.
2021-07-16 11:25:56 +02:00

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