0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-14 11:26:09 -05:00

Merge #390: Update bitcoin-core GitHub links

faa2a11 Update bitcoin-core GitHub links (MarcoFalke)
This commit is contained in:
Pieter Wuille 2016-05-08 19:56:26 +02:00
commit 43097a44ef
No known key found for this signature in database
GPG key ID: DBA1A67379A1A931
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
libsecp256k1 libsecp256k1
============ ============
[![Build Status](https://travis-ci.org/bitcoin/secp256k1.svg?branch=master)](https://travis-ci.org/bitcoin/secp256k1) [![Build Status](https://travis-ci.org/bitcoin-core/secp256k1.svg?branch=master)](https://travis-ci.org/bitcoin-core/secp256k1)
Optimized C library for EC operations on curve secp256k1. Optimized C library for EC operations on curve secp256k1.

View file

@ -5,7 +5,7 @@ includedir=@includedir@
Name: libsecp256k1 Name: libsecp256k1
Description: Optimized C library for EC operations on curve secp256k1 Description: Optimized C library for EC operations on curve secp256k1
URL: https://github.com/bitcoin/secp256k1 URL: https://github.com/bitcoin-core/secp256k1
Version: @PACKAGE_VERSION@ Version: @PACKAGE_VERSION@
Cflags: -I${includedir} Cflags: -I${includedir}
Libs.private: @SECP_LIBS@ Libs.private: @SECP_LIBS@

View file

@ -1967,8 +1967,8 @@ void test_add_neg_y_diff_x(void) {
* of the sum to be wrong (since infinity has no xy coordinates). * of the sum to be wrong (since infinity has no xy coordinates).
* HOWEVER, if the x-coordinates are different, infinity is the * HOWEVER, if the x-coordinates are different, infinity is the
* wrong answer, and such degeneracies are exposed. This is the * wrong answer, and such degeneracies are exposed. This is the
* root of https://github.com/bitcoin/secp256k1/issues/257 which * root of https://github.com/bitcoin-core/secp256k1/issues/257
* this test is a regression test for. * which this test is a regression test for.
* *
* These points were generated in sage as * These points were generated in sage as
* # secp256k1 params * # secp256k1 params