forked from zcash/zcash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to libsecp256k1-based validation for ECDSA
- Loading branch information
Showing
13 changed files
with
296 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
(note: this is a temporary file, to be added-to by anybody, and moved to | ||
release-notes at release time) | ||
|
||
Notable changes | ||
=============== | ||
|
||
Signature validation using libsecp256k1 | ||
--------------------------------------- | ||
|
||
ECDSA signatures inside Zcash transactions now use validation using | ||
[https://github.com/bitcoin/secp256k1](libsecp256k1) instead of OpenSSL. | ||
|
||
Depending on the platform, this means a significant speedup for raw signature | ||
validation speed. The advantage is largest on x86_64, where validation is over | ||
five times faster. In practice, this translates to a raw reindexing and new | ||
block validation times that are less than half of what it was before. | ||
|
||
Libsecp256k1 has undergone very extensive testing and validation upstream. | ||
|
||
A side effect of this change is that libconsensus no longer depends on OpenSSL. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.