aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-11-16 13:24:57 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-11-16 13:25:18 +0100
commite54ebbf6009716a7abcd4d8d3f7bd910e88decdc (patch)
tree314d2f94a777a339b54cd2817402c8d951335efd /doc
parentdafefb79244d513cf68e2ce6db4b16edc58ae2f5 (diff)
parent6e182686163ce3c15b878bd78c41d8d18db344f1 (diff)
downloadbitcoin-e54ebbf6009716a7abcd4d8d3f7bd910e88decdc.tar.xz
Merge pull request #6954
6e18268 Switch to libsecp256k1-based validation for ECDSA (Pieter Wuille)
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index e4dcc60cff..7db27f9fac 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -190,6 +190,21 @@ calculating the target.
A more detailed documentation about keeping traffic low can be found in
[/doc/reducetraffic.md](/doc/reducetraffic.md).
+Signature validation using libsecp256k1
+---------------------------------------
+
+ECDSA signatures inside Bitcoin 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.
+
+A side effect of this change is that libconsensus no longer depends on OpenSSL.
+
0.12.0 Change log
=================