zcash / orchard

Implementation of the Zcash Orchard Protocol
https://zcash.github.io/orchard/
Other
53 stars 37 forks source link

Migrate to `zip32` crate #410

Closed str4d closed 8 months ago

str4d commented 8 months ago

We extracted the types common to Sapling and Orchard into the zip32 crate, taking influence on their design from the types in this crate. The zip32 crate types should be drop-in replacements.