diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-05-04 14:28:12 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-05-04 14:28:38 +0200 |
| commit | fc23fee690477828e84a7886dbf208e9a96e82e2 (patch) | |
| tree | b731e0c7bab7827decfa4cccbac03cc911c777f3 /doc/release-notes/release-notes-0.12.0.md | |
| parent | Merge #7982: build: No need to check for leveldb atomics (diff) | |
| parent | [doc] Update bitcoin-core GitHub links (diff) | |
| download | discoin-fc23fee690477828e84a7886dbf208e9a96e82e2.tar.xz discoin-fc23fee690477828e84a7886dbf208e9a96e82e2.zip | |
Merge #7975: [doc] Update bitcoin-core GitHub links
faf3d11 [doc] Update bitcoin-core GitHub links (MarcoFalke)
Diffstat (limited to 'doc/release-notes/release-notes-0.12.0.md')
| -rw-r--r-- | doc/release-notes/release-notes-0.12.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes/release-notes-0.12.0.md b/doc/release-notes/release-notes-0.12.0.md index 135cd68a7..1b7bd06ec 100644 --- a/doc/release-notes/release-notes-0.12.0.md +++ b/doc/release-notes/release-notes-0.12.0.md @@ -61,7 +61,7 @@ Signature validation using libsecp256k1 --------------------------------------- ECDSA signatures inside Bitcoin transactions now use validation using -[libsecp256k1](https://github.com/bitcoin/secp256k1) instead of OpenSSL. +[libsecp256k1](https://github.com/bitcoin-core/secp256k1) 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 |