This crate contains experimental frontends for Sonobe.
The recommended frontend is to directly use arkworks to define the FCircuit, just following the FCircuit
trait.
Warning: the following frontends are experimental and some computational and time overhead is expected when using them compared to directly using the arkworks frontend.
Available experimental frontends:
<=v2.1.9
.Documentation about frontend interface and experimental frontends: https://privacy-scaling-explorations.github.io/sonobe-docs/usage/frontend.html
Support for new frontends can be added (even from outside this repo) by implementing the FCircuit
trait.