mirror of
https://github.com/codex-storage/constantine.git
synced 2025-01-31 21:15:08 +00:00
b7687ddc4a
* Accelerate eth_evm_modexp by 25x by dividing input size by 8 (scales quadratically) * instant exponentiation by power of 2 depending on trailing zeroes * improve bench report * rename * rewrite the pow2k even/trailingZero accel * eth_evm_modexp: remove leftover TimeEffect