bluealloy/revm

Integrate rust-secp256k1

Closed this issue · 2 comments

We should integrate it inside Precompiles under the feature flag. https://github.com/tarcieri/rust-secp256k1-ecdsa-bench

I think Parity's implementation is libsecp256k1 (the slowest.) Aren't the faster ones the two that are already implemented?

rakita commented

I think Parity's implementation is libsecp256k1 (the slowest.) Aren't the faster ones the two that are already implemented?

Correct, i made a mistake here and will edit main post.