-
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
Sapling/Orchard Key Agreement and KDF #271
Labels
Comments
dconnolly
modified the milestones:
Validate transactions.,
Sync and validate zcash mainnet
May 28, 2020
hdevalence
added
S-blocked
Status: Blocked on other tasks
and removed
Poll::Pending
labels
Aug 17, 2020
I think #301 is a duplicate of this. |
dconnolly
changed the title
Sapling Key Agreement and KDF
Sapling/Orchard Key Agreement and KDF
May 26, 2022
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
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: