-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sprout note encryption/decryption implementation. #181
Comments
Two levels of completion: All the types to represent in the transaction Some types:
And implementing methods to do the note encryption
But first:
Related: #266 |
@dconnolly does this belong in the "Transaction Validation" milestone, or the "Wallet Support" milestone? |
Wallet support |
We're not planning to do full-node wallet work any time soon. If we do, we'll need to decide if this ticket is in scope, and update its content, because the spec has changed since it was created. |
We need an implementation of note encryption. This has possible overlap with
librustzcash
.https://zips.z.cash/protocol/protocol.pdf#sproutencrypt
https://zips.z.cash/protocol/protocol.pdf#sproutdecrypt
The text was updated successfully, but these errors were encountered: