From e0ceeab0d111ada7d847c83992d2ff3128bfb959 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 12 Jan 2017 21:29:11 +0100 Subject: crypto/secp256k1: update to github.com/bitcoin-core/secp256k1 @ 9d560f9 (#3544) - Use defined constants instead of hard-coding their integer value. - Allocate secp256k1 structs on the C stack instead of converting []byte - Remove dead code --- crypto/secp256k1/libsecp256k1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/secp256k1/libsecp256k1/README.md') diff --git a/crypto/secp256k1/libsecp256k1/README.md b/crypto/secp256k1/libsecp256k1/README.md index 6095db422..8cd344ea8 100644 --- a/crypto/secp256k1/libsecp256k1/README.md +++ b/crypto/secp256k1/libsecp256k1/README.md @@ -1,7 +1,7 @@ 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. -- cgit v1.2.3