stellar / slingshot

A new blockchain architecture under active development, with a strong focus on scalability, privacy and safety
Apache License 2.0
415 stars 61 forks source link

merkle: extract crate from zkvm #435

Closed oleganza closed 4 years ago

oleganza commented 4 years ago

Merkle tree operations are used not only within zkvm, but also in the blockchain and utreexo modules. Makes sense to decouple them further from VM into a separate crate.