crate-crypto / rust-verkle

Apache License 2.0
118 stars 41 forks source link

feat: Add add_commitment interface to java code #101

Closed kevaundray closed 1 month ago

kevaundray commented 1 month ago

This adds the ability to the java interface to add two uncompressed commitments together, returning the summed uncompressed commitment.

This is useful in the cases where one component of a commitment does not change across multiple calls to commit and one wants to cache that component instead of recomputing it each time.