Skip to content

Commit

Permalink
Merge pull request #84 from nickfarrow/frost
Browse files Browse the repository at this point in the history
FROST Implementation
  • Loading branch information
LLFourn authored Sep 6, 2022
2 parents f8250a2 + 81b425f commit 3c54923
Show file tree
Hide file tree
Showing 3 changed files with 1,258 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schnorr_fun/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ assert!(schnorr.verify(&verification_key, message, &signature));
- Adaptor signatures
- compatibility with `rust-secp256k1`'s `schnorrsig` module with `libsecp_compat` feature.
- [MuSig2] implementation compatible with [this PR](https://github.com/jonasnick/bips/pull/37) of the spec.
- [FROST] implementation
- Feature flags
- `serde`: for serde implementations for signatures
- `libsecp_compat`: for `From` implementations between `rust-secp256k1`'s Schnorr signatures.
Expand All @@ -64,3 +65,4 @@ assert!(schnorr.verify(&verification_key, message, &signature));
[secp256kfun]: https://docs.rs/secp256kfun
[secp256k1-zkp]: https://github.com/ElementsProject/secp256k1-zkp/pull/131
[MuSig2]: https://eprint.iacr.org/2020/1261.pdf
[FROST]: https://eprint.iacr.org/2020/852.pdf
Loading

0 comments on commit 3c54923

Please sign in to comment.