hyperledger / besu-native

Apache License 2.0
12 stars 34 forks source link

WIP: Precomputing points for pedersen #136

Closed dragan2234 closed 5 months ago

dragan2234 commented 6 months ago

WIP precomputing points for pedersen. JNI call for pedersen of lenght 256 went from 23ms to 1.3ms

dragan2234 commented 5 months ago

Closing this one as we made improvements directly on https://github.com/crate-crypto/rust-verkle/ and switched to ffi-interface