antouhou / rs-merkle

The most advanced Merkle tree library for Rust
MIT License
168 stars 45 forks source link

adding a MerkleTree serializer #25

Open themighty1 opened 1 year ago

themighty1 commented 1 year ago

Hi, currently rs-merkle only supports serializing MerkleProof types. In our use case we build a MerkleTree and want to store it on disk to generate proofs at a later time. Would you be interested in a PR adding a serialize/deserialize methods to MerkleTree?

antouhou commented 1 year ago

Hey @themighty1 ! I sure would!