hyperledger / besu-native

Apache License 2.0
12 stars 35 forks source link

WIP: Expose verkle prove call #133

Closed dragan2234 closed 6 months ago

dragan2234 commented 8 months ago

WIP exposing prove call.

https://github.com/hyperledger/besu-native/pull/133/files#diff-6c182f542873a0b4e1718eec91be7decc4f4ff80602e2da0c11b9e68e93c55beR196

I would rather first wait for https://github.com/hyperledger/besu-native/pull/127 and test the trie with this crypto API and computing a root commitment before merging the proving/verifying calls, but as requested here's the draft. cc @thomas-quadratic @matkt

dragan2234 commented 6 months ago

Closing as it's stale since we moved to a bit different API