You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I analyzed the number of constraints each component presented. One that stuck out was ScalarMul. Is it always going to be heavy operation? or are there optimizations to make it simpler and less taxing on the full circuit at the end? If so, are these under active dev?
Hi @supragya. thanks for reaching out. Yes, scalarmul is an expensive operation because we had to implement custom big integer arithmetic circuits. There is still room for improvement, but that will happen at some later date since we have other priorities right now. If you're keen to take this up on your end, we will be more than happy to give support in any capacity we can.
Ps - we have already reduced verification constraints by ~30% in #59, which will be merged soon
I analyzed the number of constraints each component presented. One that stuck out was
ScalarMul
. Is it always going to be heavy operation? or are there optimizations to make it simpler and less taxing on the full circuit at the end? If so, are these under active dev?The text was updated successfully, but these errors were encountered: