frost trusted dealer: add example file

This commit adds an example file to demonstrate how to use the module.
This commit is contained in:
Jesse Posner
2023-11-23 11:56:26 -07:00
parent 9170dd337c
commit fb34b29d7f
4 changed files with 238 additions and 1 deletions

View File

@@ -15,7 +15,8 @@ extern "C" {
* This module implements a variant of Flexible Round-Optimized Schnorr
* Threshold Signatures (FROST) by Chelsea Komlo and Ian Goldberg
* (https://crysp.uwaterloo.ca/software/frost/). Signatures are compatible with
* BIP-340 ("Schnorr").
* BIP-340 ("Schnorr"). There's an example C source file in the module's
* directory (examples/frost.c) that demonstrates how it can be used.
*
* The module also supports BIP-341 ("Taproot") and BIP-32 ("ordinary") public
* key tweaking, and adaptor signatures.