fix MSM bench using 64-bit scalars after #444 [skip ci] #460
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
While implementing #444, I changed the MSM benchmarks to use 64 bits scalars (and 128 and 192 ...) to evaluate the endomorphism bit-threshold
constantine/constantine/named/zoo_endomorphisms.nim
Lines 110 to 129 in 618d8b3
Unfortunately, 64 bits was checked in and performance figures were misleading and up to 3x faster than expected in fef6fdc from 3 weeks ago. This has not made the v0.1.0 release from 7 weeks ago.
zkalc integration #425 is also correct.