mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
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:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user