mirror of
https://github.com/arnaucube/sonobe-docs.git
synced 2026-02-10 21:26:47 +01:00
add 'experimental' mention to the circom frontend
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
# Circom frontend
|
||||
> Experimental frontend using [arkworks/circom-compat](https://github.com/arkworks-rs/circom-compat).
|
||||
|
||||
We can define the circuit to be folded in Circom. The only interface that we need to fit in is:
|
||||
|
||||
```c
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Frontend
|
||||
|
||||
The frontend interface allows to define the circuit to be folded. The currently available frontends are [`circom`](https://github.com/iden3/circom) and [arkworks](https://github.com/arkworks-rs/r1cs-std). We will show here how to define a circuit using `arkworks`.
|
||||
The frontend interface allows to define the circuit to be folded. The currently available frontends are [circom](https://github.com/iden3/circom) and [arkworks](https://github.com/arkworks-rs/r1cs-std). We will show here how to define a circuit using `arkworks`.
|
||||
|
||||
# The `FCircuit` trait
|
||||
|
||||
|
||||
Reference in New Issue
Block a user