NethermindEth / cairo-plonk-verifier

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

Group operations for Field degree 2 as circuits #7

Open danielntmd opened 1 month ago

danielntmd commented 1 month ago

Let's create a new ECOperations trait that that implements the add, double, and multiply functions as circuits for the AffineG2 type.

We can choose to ignore the other functions in this trait as we will be incorporating their circuits directly into these 3 operations, but feel free to add for completeness.

Relevant files will be the groups file.

memarin commented 2 weeks ago

@Vazquez-bit i put Nov 21 as the target date for this. Let me know if that is reasonable for you

Vazquez-bit commented 2 weeks ago

Yes, I think it can work. I'll keep updating here with any challenges I may encounter while doing it

memarin commented 1 week ago

@Vazquez-bit is travelling on the 20th Nov

memarin commented 4 days ago

Pending @danielntmd review. Need to update the target date