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 #432

Open pacu opened 1 month ago

pacu commented 1 month ago

builds atop #428

Allows creating a FullViewingKey from a given SpendValidatingKey and from the other components which can be randomly generated, but there may be some utility in specifying them too like supporting FROST backup schemes that don't centralize spend authority

closes #431

see related #430

pacu commented 1 month ago

rebased and squashed

pacu commented 3 weeks ago

Rebased with main