Speedup modexp (#4780)

Increate the speed of ModExp gas calculations by using primitive types.
Use a native lib for modexp precompile.

Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>

* Native modexp
This commit is contained in:
Danno Ferrin
2022-12-07 14:23:34 -07:00
committed by GitHub
parent 4120501e5f
commit 89ce75a614
16 changed files with 337 additions and 169 deletions

View File

@@ -1,5 +1,5 @@
FROM ghcr.io/graalvm/graalvm-ce:ol7-java11
FROM ghcr.io/graalvm/graalvm-ce:ol8-java11
ARG VERSION="dev"
RUN adduser --home /opt/besu besu && \