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
I may stand corrected but this makes it harder to compute cryptographic operations that rely on modular exponentiation (e.g. RSA signature verification).
Has this been raised before ? Are there templated workarounds?
The text was updated successfully, but these errors were encountered:
Hello! Indeed, the modexp precompile is not yet supported on ZKsync. It is, however, in our plans, and will become available in the future.
As for the workarounds, there is an implementation of modexp in Yul in zksync_era_precompiles by LambdaClass -- you may take a look at it and see whether it's something you can reuse. However, this implementation is not provided by Matter Labs and I cannot comment on the quality or correctness.
It appears that zksync doesn't support
modexp
as a precompile like ethereummainnet
The EIP standard is available on
mainnet
since byzantine fork: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-198.mdI may stand corrected but this makes it harder to compute cryptographic operations that rely on modular exponentiation (e.g. RSA signature verification).
Has this been raised before ? Are there templated workarounds?
The text was updated successfully, but these errors were encountered: