Skip to content
Snippets Groups Projects
Unverified Commit 956c3d12 authored by ordian's avatar ordian Committed by GitHub
Browse files

Merge pull request #27 from paritytech/dp/chore/update-readme

Update readme
parents 6c4bb636 bc2a20e7
No related merge requests found
Pipeline #54621 passed with stages
in 46 seconds
[![Build Status](https://travis-ci.org/apoelstra/rust-secp256k1.png?branch=master)](https://travis-ci.org/apoelstra/rust-secp256k1)
![crates.io](https://img.shields.io/crates/v/parity-secp256k1.svg)
[![](https://tokei.rs/b1/github/paritytech/rust-secp256k1)](https://github.com/paritytech/rust-secp256k1)
### rust-secp256k1
`rust-secp256k1` is a wrapper around [libsecp256k1](https://github.com/bitcoin/secp256k1),
### parity-secp256k1
`parity-secp256k1` is a wrapper around [libsecp256k1](https://github.com/bitcoin/secp256k1),
a C library by Peter Wuille for producing ECDSA signatures using the SECG curve
`secp256k1`. This library
`secp256k1`. It is a fork of [`rust-secp256k1`](https://github.com/rust-bitcoin/rust-secp256k1).
This library
* exposes type-safe Rust bindings for all `libsecp256k1` functions
* implements key generation
* implements deterministic nonce generation via RFC6979
......@@ -13,3 +18,13 @@ a C library by Peter Wuille for producing ECDSA signatures using the SECG curve
[Full documentation](https://www.wpsoftware.net/rustdoc/secp256k1/)
#### Build
Clone the repository. Run the following:
```
git submodule init
git submodule update
cargo check
```
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment