Add frost-taproot implementation

This commit is contained in:
Jon Staab
2026-02-19 15:06:22 -08:00
parent 4e3c4aa8ce
commit 77bd576c0a
32 changed files with 2038 additions and 1 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ This repository is a monorepo with multiple narrowly-scoped packages intended to
# frost-taproot
A rust implementation of BIP-340 FROST signatures, including DKG. It is compatible with cmdruid/frost typescript implementation, contained in the `ref` directory.
Frost taproot is a rust implementation of BIP-340 FROST signatures, including DKG. It is compatible with cmdruid/frost typescript implementation, contained in the `ref` directory.
cmdruid/frost relies on noble/curves and noble/hashes, both of which are provided in the `ref` directory. However, the implementation for this project will rely on the k256 crate.