ethereum / go-verkle

A go implementation of Verkle trees
The Unlicense
209 stars 63 forks source link

pbss: serialized points in uncompressed form #370

Closed jsign closed 1 year ago

jsign commented 1 year ago

This PR serializes commitment points in uncompressed form.

It leverages a go-ipa tentative branch that supports uncompressed form serialization.

While doing this, I also realized some extra optimizations I'll refer to in the comments.