NethermindEth / cairo-plonk-verifier

Plonk Verifier in Cairo
Apache License 2.0
0 stars 1 forks source link

Frobenius operations as circuits #8

Open danielntmd opened 1 month ago

danielntmd commented 1 month ago

Let's create a new Fq12 Frobenius trait that implements the functions as circuits.

Try to keep all circuits closed, as in, don't depend on other funciton calls, if possible.