NethermindEth / cairo-plonk-verifier

Plonk Verifier in Cairo
0 stars 0 forks source link

Ate pairing as circuits #12

Open danielntmd opened 4 hours ago

danielntmd commented 4 hours ago

In the pairing implementation there are a few functions that the pairing uses repeatedly. These include the miller_bit_o, miller_bit_p, miller_bit_n and sqr_target. Let's encode these in circuits, these functions will depend on previous circuit implementations.