Fix README links
This commit is contained in:
parent
e08ddbc613
commit
6a9f8ba375
|
@ -1,8 +1,8 @@
|
||||||
[](https://travis-ci.org/apoelstra/rust-secp256k1)
|
[](https://travis-ci.org/rust-bitcoin/rust-secp256k1)
|
||||||
|
|
||||||
### rust-secp256k1
|
### rust-secp256k1
|
||||||
|
|
||||||
`rust-secp256k1` is a wrapper around ,
|
`rust-secp256k1` is a wrapper around ,
|
||||||
a C library by Peter Wuille for producing ECDSA signatures using the SECG curve
|
a C library by Peter Wuille for producing ECDSA signatures using the SECG curve
|
||||||
`secp256k1`. This library
|
`secp256k1`. This library
|
||||||
* exposes type-safe Rust bindings for all `libsecp256k1` functions
|
* exposes type-safe Rust bindings for all `libsecp256k1` functions
|
||||||
|
|
Loading…
Reference in New Issue