This PR is an experimental change to change our elliptic curve point serialization from compressed to uncompressed by default.
We still keep the compressed flavor used in proofs, since the main intention is to see how this improves the performance in go-verkle regarding deserializing points.
The main intention of this PR is to support an experimental go-verkle version.
This PR is an experimental change to change our elliptic curve point serialization from compressed to uncompressed by default.
We still keep the compressed flavor used in proofs, since the main intention is to see how this improves the performance in
go-verkle
regarding deserializing points.The main intention of this PR is to support an experimental go-verkle version.