mirror of
https://github.com/arnaucube/sonobe-docs.git
synced 2026-02-10 05:06:45 +01:00
add 'experimental' mention to the circom frontend
This commit is contained in:
@@ -32,4 +32,4 @@ Work in progress:
|
|||||||
Available frontends to define the folded circuit:
|
Available frontends to define the folded circuit:
|
||||||
|
|
||||||
- [arkworks](https://github.com/arkworks-rs), arkworks contributors
|
- [arkworks](https://github.com/arkworks-rs), arkworks contributors
|
||||||
- [Circom](https://github.com/iden3/circom), iden3, 0Kims Association
|
- [Circom](https://github.com/iden3/circom), iden3, 0Kims Association. Experimental frontend using [arkworks/circom-compat](https://github.com/arkworks-rs/circom-compat).
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
# Circom frontend
|
# 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:
|
We can define the circuit to be folded in Circom. The only interface that we need to fit in is:
|
||||||
|
|
||||||
```c
|
```c
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Frontend
|
# 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
|
# The `FCircuit` trait
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user