From 7454a537367609e617f0bc5e0a64738ed6fbf6e9 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Mon, 24 Jun 2024 00:55:56 +0200 Subject: [PATCH] README: mention ellswift module Co-authored-by: Tim Ruffing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e88eb4ecb..e8d4123ab9 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Features: * 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). +* Optional module for ElligatorSwift key exchange according to [BIP-324](https://github.com/bitcoin/bips/blob/master/bip-0324.mediawiki). Implementation details ----------------------