onurinanc / noir-bls-signature

BLS12_381 Signature Verification written in Noir
3 stars 0 forks source link

test proving time #1

Open onurinanc opened 9 months ago

onurinanc commented 9 months ago

Trying to test the proving time, but the program crashes.

When you close the comment in line 326 from // f = f.mul(f) to f = f.mul(f), nargo prove, it is not working correctly. However, closing this line helps you to proving not to crash.