lurk-lab / lurk-rs

Lurk is a Turing-complete programming language for recursive zk-SNARKs. It is a statically scoped dialect of Lisp, influenced by Scheme and Common Lisp.
https://lurk-lang.org/
Apache License 2.0
418 stars 54 forks source link

refactor: move prove_from_frames into Prover trait #1238

Closed arajasek closed 2 months ago

arajasek commented 2 months ago

Closes #1217.

arajasek commented 2 months ago

Force-pushed to fix up linter, sorry about that.