Lurk is a Turing-complete programming language for recursive zk-SNARKs. This is the prior, elliptic curve based variant of Lurk (contact: @porcuquine)
434
stars
56
forks
source link
Move `lang` and `prove_from_frames` to the `Prover` trait #1217
Closed
arthurpaulino closed 6 months ago
Both
NovaProver
andSuperNovaProver
implement those functions. So let's move them to theProver
trait instead.