silversixpence-crypto / dapol

DAPOL+ Proof of Liabilities using Bulletproofs and Sparse Merkle trees
MIT License
8 stars 2 forks source link

Reduce serialized tree file size by removing Pedersen commitments #133

Open Stentonian opened 8 months ago

Stentonian commented 8 months ago

Tree serialization should have an option to remove the Pedersen commitments to reduce the size of the file. This will obviously come at a cost of increased cpu time when deserializing the tree, which is a trade-off that the consuming code can make.