From e9f171f197b36ebf26a49ec3b0b79e772d088dbb Mon Sep 17 00:00:00 2001 From: Kgothatso Ngako Date: Mon, 31 Aug 2026 10:58:24 +0200 Subject: [PATCH] chilldkg: list the module in the README feature list Add the ChillDKG module to the "Added features" section of the README, next to the FROST entry, linking to the module documentation. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05ef12b0..4e211304 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Added features: * Experimental module for [address whitelisting](src/modules/whitelist/whitelist.md). * Experimental module for Schnorr signature half-aggregation. * Experimental module for [FROST (BIP 445)](src/modules/frost/frost.md). +* Experimental module for [ChillDKG](src/modules/chilldkg/chilldkg.md), distributed key generation for FROST (bip-frost-dkg draft). Experimental features are made available for testing and review by the community. The APIs of these features should not be considered stable.