circom-ecdsa icon indicating copy to clipboard operation
circom-ecdsa copied to clipboard

Few questions about assert

Open UIZorrot opened this issue 1 year ago • 0 comments

I notice that there are many assert statements in this form:

assert(n == 86 && k == 3)

I wonder why should we need these assert, instead of just using const in the template?

UIZorrot avatar Oct 26 '23 08:10 UIZorrot