-
Notifications
You must be signed in to change notification settings - Fork 116
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
Sapling/Orchard Key Agreement and KDF #271
Labels
Comments
I think #301 is a duplicate of this. |
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. |
Repository owner
moved this from 🆕 New
to ✅ Done
in Zebra
Sep 29, 2022
skyl
added a commit
to skyl/zebra
that referenced
this issue
Sep 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
All our keys are defined for Sapling and Orchard, we just have to finish the ephemeral - static diffie-hellman interaction to derive the shared secret.
Defined in
![image](https://user-images.githubusercontent.com/552961/77574604-a7fa9600-6ea8-11ea-9661-e17cedfa57ee.png)
https://zips.z.cash/protocol/protocol.pdf#concretesaplingkeyagreement
and
https://zips.z.cash/protocol/protocol.pdf#saplinginband
Required for #269.
The text was updated successfully, but these errors were encountered: