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
Follow up on #361. Allow for larger base and modulus bit sizes if the exponent is small to make the mod_exp function useful for applications like 4096-bit RSA.
The text was updated successfully, but these errors were encountered:
Benchmarking now tries to vary the bit size of the exponent
separately from the bit size for the base and modulus.
Part of work required for eosnetworkfoundation/mandel#747.
Follow up on #361. Allow for larger base and modulus bit sizes if the exponent is small to make the
mod_exp
function useful for applications like 4096-bit RSA.The text was updated successfully, but these errors were encountered: