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.
This commit is contained in:
Kgothatso Ngako
2026-08-31 10:58:24 +02:00
parent 3b68633f59
commit e9f171f197

View File

@@ -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.