-
Notifications
You must be signed in to change notification settings - Fork 157
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
Change JoinSplit signatures to use Ed25519 #51
Comments
Also, keep in mind because the ed25519 public keys are 256 bits we do not need to hash them before we use them in the h_sig calculation. |
I'm in the middle of a big refactoring of the spec to address #27, which involves a lot of movement of LaTeX code between sections, so I'll finish that first to avoid a complicated merge/rebase. |
Reminder to self: bump the version to 2016-0.beta after making this change. |
I haven't been able to figure out from specification how the Join Split key is used in the Pour verification. I might be missing it or it might need to improved in the documention. |
Fixed in 2016.0-beta-1. |
@zmanian: feel free to open a new issue if that's still unclear. |
See zcash/zcash#977
The text was updated successfully, but these errors were encountered: