commit af9d77f6a506046a83505b0ba1f268a8616eddd1 Author: Jon Staab Date: Thu Feb 19 14:45:06 2026 -0800 Add agents.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6415016 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +ref diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..48a756e --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,7 @@ +This repository is a monorepo with multiple narrowly-scoped packages intended to support the use of FROST in the context of Nostr. + +# 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. + +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.