NethermindEth / cairo-plonk-verifier

Plonk Verifier in Cairo
0 stars 0 forks source link

Frobenius operations as circuits #8

Open danielntmd opened 4 hours ago

danielntmd commented 4 hours 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.