File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
libsecp256k1
2
2
============
3
3
4
- [ ![ Build Status] ( https://travis-ci.org/bitcoin/secp256k1.svg?branch=master )] ( https://travis-ci.org/bitcoin/secp256k1 )
4
+ [ ![ Build Status] ( https://travis-ci.org/bitcoin-core /secp256k1.svg?branch=master )] ( https://travis-ci.org/bitcoin-core /secp256k1 )
5
5
6
6
Optimized C library for EC operations on curve secp256k1.
7
7
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ includedir=@includedir@
5
5
6
6
Name: libsecp256k1
7
7
Description: Optimized C library for EC operations on curve secp256k1
8
- URL: https://github.com/bitcoin/secp256k1
8
+ URL: https://github.com/bitcoin-core /secp256k1
9
9
Version: @PACKAGE_VERSION@
10
10
Cflags: -I${includedir}
11
11
Libs.private: @SECP_LIBS@
Original file line number Diff line number Diff line change @@ -1951,8 +1951,8 @@ void test_add_neg_y_diff_x(void) {
1951
1951
* of the sum to be wrong (since infinity has no xy coordinates).
1952
1952
* HOWEVER, if the x-coordinates are different, infinity is the
1953
1953
* wrong answer, and such degeneracies are exposed. This is the
1954
- * root of https://github.com/bitcoin/secp256k1/issues/257 which
1955
- * this test is a regression test for.
1954
+ * root of https://github.com/bitcoin-core /secp256k1/issues/257
1955
+ * which this test is a regression test for.
1956
1956
*
1957
1957
* These points were generated in sage as
1958
1958
* # secp256k1 params
You can’t perform that action at this time.
0 commit comments