tari-project / triptych

BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Improve serialization #43

Closed AaronFeickert closed 8 months ago

AaronFeickert commented 8 months ago

Proofs support serde serialization and deserialization, but this is not particularly efficient since the X and Y vectors and f matrix presumably use length prepending that is redundant.

It may be useful to include a bespoke canonical serialization format that removes this redundancy and optimizes for space.