-
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
Ed25519 async batch verification for JoinSplit signatures #1952
Commits on Mar 26, 2021
-
Ed25519 async batch verification for JoinSplit signatures
We've been verifying JoinSplitSigs one-by-one pre-ZIP-215. Now as we're post-ZIP-215, we can take advantage of the batch math to validate this signatures. I would have pumped all the joinsplits in our MAINNET_BLOCKS test vectors but these signatures are over the sighash, which needs the NU code to compute, and once we're doing all that set up, we're basically doing transaction validation, so. Resolves #1944
Configuration menu - View commit details
-
Copy full SHA for ce81c01 - Browse repository at this point
Copy the full SHA ce81c01View commit details
Commits on Mar 28, 2021
-
Update zebra-consensus/src/transaction.rs
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6cc575c - Browse repository at this point
Copy the full SHA 6cc575cView commit details
Commits on Mar 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6e4982c - Browse repository at this point
Copy the full SHA 6e4982cView commit details -
Update zebra-consensus/src/primitives/ed25519.rs
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 182e25d - Browse repository at this point
Copy the full SHA 182e25dView commit details -
Update zebra-consensus/src/primitives/ed25519.rs
Co-authored-by: teor <teor@riseup.net>
Configuration menu - View commit details
-
Copy full SHA for 60e99a9 - Browse repository at this point
Copy the full SHA 60e99a9View commit details -
Update zebra-consensus/src/primitives/ed25519.rs
Co-authored-by: teor <teor@riseup.net>
Configuration menu - View commit details
-
Copy full SHA for e389c28 - Browse repository at this point
Copy the full SHA e389c28View commit details -
Update zebra-consensus/src/primitives/ed25519.rs
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bc01a74 - Browse repository at this point
Copy the full SHA bc01a74View commit details -
Configuration menu - View commit details
-
Copy full SHA for df4476c - Browse repository at this point
Copy the full SHA df4476cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 742f193 - Browse repository at this point
Copy the full SHA 742f193View commit details