You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The keys module types are derived from some of the earliest sapling-crypto code. They have public internals, expose boundaries that don't make sense in end-developer applications, and are generally tricky to work with.
We took our learnings from Sapling, and crafted the orchard::keys APIs more consciously and carefully. We should refactor the sapling_crypto::keys API to match it (as much as is possible given the various differences).
The text was updated successfully, but these errors were encountered:
The
keys
module types are derived from some of the earliestsapling-crypto
code. They have public internals, expose boundaries that don't make sense in end-developer applications, and are generally tricky to work with.We took our learnings from Sapling, and crafted the
orchard::keys
APIs more consciously and carefully. We should refactor thesapling_crypto::keys
API to match it (as much as is possible given the various differences).The text was updated successfully, but these errors were encountered: