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
Currently, for many crypto primitives/gadgets, we have as many tests/benches as concrete instantiations; however, the code for them is exactly the same.
We should write generic tests/benches, templatizing them with the curve, and enable them iff the corresponding compilation feature is enabled.
It is worth, maybe, as concrete instantiations of these tests, to keep only the Tweedle curve, that is the one we are most likely going to use in the future
The text was updated successfully, but these errors were encountered:
Currently, for many crypto primitives/gadgets, we have as many tests/benches as concrete instantiations; however, the code for them is exactly the same.
We should write generic tests/benches, templatizing them with the curve, and enable them iff the corresponding compilation feature is enabled.
It is worth, maybe, as concrete instantiations of these tests, to keep only the Tweedle curve, that is the one we are most likely going to use in the future
The text was updated successfully, but these errors were encountered: