zcash / orchard

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

Allow creating a `FullViewingKey` from a given `SpendValidatingKey`. #431

Open pacu opened 1 month ago

pacu commented 1 month ago

Allow creating a FullViewingKey from a given SpendValidatingKey. The other components can be randomly generated, but there may be some utility in specifying them too.

related https://github.com/zcash/orchard/issues/430