[doc] Update bitcoin-core GitHub links

This commit is contained in:
MarcoFalke
2016-04-29 23:17:18 +02:00
parent 0ad1041904
commit faf3d11ad7
6 changed files with 12 additions and 12 deletions

View File

@ -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