|
2 | 2 |
|
3 | 3 | [](https://github.com/ZcashFoundation/frost/actions/workflows/main.yml)
|
4 | 4 |
|
5 |
| -| Crate | | Crates.io | Documentation | |
6 |
| -| ---------------------------- | ---------------------- | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | |
7 |
| -| Generic FROST implementation | [`frost-core`] | [](https://crates.io/crates/frost-core) | [](https://docs.rs/frost-core) | |
8 |
| -| Ristretto255 ciphersuite | [`frost-ristretto255`] | [](https://crates.io/crates/frost-ristretto255) | [](https://docs.rs/frost-ristretto255) | |
9 |
| -| Ed25519 ciphersuite | [`frost-ed25519`] | [](https://crates.io/crates/frost-ed25519) | [](https://docs.rs/frost-ed25519) | |
10 |
| -| Ed448 ciphersuite | [`frost-ed448`] | [](https://crates.io/crates/frost-ed448) | [](https://docs.rs/frost-ed448) | |
11 |
| -| P-256 ciphersuite | [`frost-p256`] | [](https://crates.io/crates/frost-p256) | [](https://docs.rs/frost-p256) | |
12 |
| -| secp256k1 ciphersuite | [`frost-secp256k1`] | [](https://crates.io/crates/frost-secp256k1) | [](https://docs.rs/frost-secp256k1) | |
13 |
| -| Generic Re-randomized FROST | [`frost-rerandomized`] | [](https://crates.io/crates/frost-rerandomized) | [](https://docs.rs/frost-rerandomized) | |
| 5 | +| Crate | | Crates.io | Documentation | |
| 6 | +| ------------------------------- | ---------------------- | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | |
| 7 | +| Generic FROST implementation | [`frost-core`] | [](https://crates.io/crates/frost-core) | [](https://docs.rs/frost-core) | |
| 8 | +| Ristretto255 ciphersuite | [`frost-ristretto255`] | [](https://crates.io/crates/frost-ristretto255) | [](https://docs.rs/frost-ristretto255) | |
| 9 | +| Ed25519 ciphersuite | [`frost-ed25519`] | [](https://crates.io/crates/frost-ed25519) | [](https://docs.rs/frost-ed25519) | |
| 10 | +| Ed448 ciphersuite | [`frost-ed448`] | [](https://crates.io/crates/frost-ed448) | [](https://docs.rs/frost-ed448) | |
| 11 | +| P-256 ciphersuite | [`frost-p256`] | [](https://crates.io/crates/frost-p256) | [](https://docs.rs/frost-p256) | |
| 12 | +| secp256k1 ciphersuite | [`frost-secp256k1`] | [](https://crates.io/crates/frost-secp256k1) | [](https://docs.rs/frost-secp256k1) | |
| 13 | +| secp256k1 ciphersuite (Taproot) | [`frost-secp256k1-tr`] | [](https://crates.io/crates/frost-secp256k1-tr) | [](https://docs.rs/frost-secp256k1-tr) | |
| 14 | +| Generic Re-randomized FROST | [`frost-rerandomized`] | [](https://crates.io/crates/frost-rerandomized) | [](https://docs.rs/frost-rerandomized) | |
14 | 15 |
|
15 | 16 | Rust implementations of ['Two-Round Threshold Schnorr Signatures with FROST'](https://datatracker.ietf.org/doc/draft-irtf-cfrg-frost/).
|
16 | 17 |
|
@@ -59,7 +60,7 @@ of the v0.6.0 release (corresponding to commit 5fa17ed) of the following crates:
|
59 | 60 | - frost-ristretto255
|
60 | 61 |
|
61 | 62 | This includes key generation (both trusted dealer and DKG) and FROST signing.
|
62 |
| -This does not include rerandomized FROST. |
| 63 | +This does not include frost-secp256k1-tr and rerandomized FROST. |
63 | 64 |
|
64 | 65 | The parts of the
|
65 | 66 | [`Ed448-Goldilocks`](https://github.com/crate-crypto/Ed448-Goldilocks)
|
|
0 commit comments