ZK-Garage / plonk

A pure Rust PLONK implementation using arkworks as a backend.
https://discord.gg/XWJdhVf37F
Mozilla Public License 2.0
289 stars 75 forks source link

implement stateless interface #135

Closed BoyuanFeng closed 11 months ago

BoyuanFeng commented 2 years ago

In this PR we have added a stateless interface for compile(), prove(), verify(), struct ProvingKey, and struct VerifyingKey.

Close #128