diff options
| author | MarcoFalke <[email protected]> | 2016-04-29 23:17:18 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-04-29 23:07:06 +0200 |
| commit | faf3d11ad7b10b9acfb59fe186876a3005385e4d (patch) | |
| tree | b76842ea3ec63d45d46d6307db7d86570a9149f2 /doc/release-notes | |
| parent | Merge #7807: Fixed miner test values, gave constants for less error-prone val... (diff) | |
| download | discoin-faf3d11ad7b10b9acfb59fe186876a3005385e4d.tar.xz discoin-faf3d11ad7b10b9acfb59fe186876a3005385e4d.zip | |
[doc] Update bitcoin-core GitHub links
Diffstat (limited to 'doc/release-notes')
| -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 |