Skip to content

Commit 3c54923

Browse files
authored
Merge pull request #84 from nickfarrow/frost
FROST Implementation
2 parents f8250a2 + 81b425f commit 3c54923

File tree

3 files changed

+1258
-0
lines changed

3 files changed

+1258
-0
lines changed

schnorr_fun/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ assert!(schnorr.verify(&verification_key, message, &signature));
5454
- Adaptor signatures
5555
- compatibility with `rust-secp256k1`'s `schnorrsig` module with `libsecp_compat` feature.
5656
- [MuSig2] implementation compatible with [this PR](https://github.com/jonasnick/bips/pull/37) of the spec.
57+
- [FROST] implementation
5758
- Feature flags
5859
- `serde`: for serde implementations for signatures
5960
- `libsecp_compat`: for `From` implementations between `rust-secp256k1`'s Schnorr signatures.
@@ -64,3 +65,4 @@ assert!(schnorr.verify(&verification_key, message, &signature));
6465
[secp256kfun]: https://docs.rs/secp256kfun
6566
[secp256k1-zkp]: https://github.com/ElementsProject/secp256k1-zkp/pull/131
6667
[MuSig2]: https://eprint.iacr.org/2020/1261.pdf
68+
[FROST]: https://eprint.iacr.org/2020/852.pdf

0 commit comments

Comments
 (0)