From 99e8614812bf23798a48c53649957e26e5b12f4a Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Fri, 30 Oct 2020 20:36:18 +0000 Subject: [PATCH] README: mention schnorrsig module --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7eb2b0e8945c..182c29d9ce5ef 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Features: * Suitable for embedded systems. * Optional module for public key recovery. * Optional module for ECDH key exchange. +* Optional module for Schnorr signatures according to [BIP-340](https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki) (experimental). Experimental features have not received enough scrutiny to satisfy the standard of quality of this library but are made available for testing and review by the community. The APIs of these features should not be considered stable.