NethermindEth / cairo-plonk-verifier

Plonk Verifier in Cairo
0 stars 1 forks source link

Code clean up #9

Open danielntmd opened 1 month ago

danielntmd commented 1 month ago

Let's remove the extra tests we are doing when using snforge due to duplicate testing.

danielntmd commented 2 days ago

Error Handling, start with this file: https://github.com/NethermindEth/cairo-plonk-verifier/blob/main/plonk-verifier/src/plonk/verify.cairo

danielntmd commented 2 days ago

Later on goal: return robust error types instead of generic handling