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
When running the test suite, modexp (CLNW) seems faster than multi_modexp (k-ary) (at least in the 128 & 256 byte range), though this doesn't really make sense, since CLNW branches based on the bit pattern of the exponent whereas k-ary does not.
Work out what's going on. Replace k-ary if necessary.
The text was updated successfully, but these errors were encountered:
When running the test suite,
modexp
(CLNW) seems faster thanmulti_modexp
(k-ary) (at least in the 128 & 256 byte range), though this doesn't really make sense, since CLNW branches based on the bit pattern of the exponent whereas k-ary does not.Work out what's going on. Replace k-ary if necessary.
The text was updated successfully, but these errors were encountered: