From b7383b7aff93153915c7bfe2f15754108a8b057a Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Mon, 3 Jun 2019 08:20:03 +0000 Subject: [PATCH] Add documentation to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 055557ac..dc94c214 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ Modules currently supported: * `schnorrsig` which allows creating and (batch-) verifying bip-schnorr compatible signatures +### Documentation + +- [secp256k1-zkp](https://docs.rs/secp256k1-zkp/) +- [secp256k1-zkp-sys](https://docs.rs/secp256k1-zkp-sys/) + ### Contributing Contributions to this library are welcome. A few guidelines: