Bumped our frost-* versions inline with our crate releases (#313)

This commit is contained in:
Deirdre Connolly 2023-04-20 20:38:15 -04:00 committed by GitHub
parent fc425a31ff
commit a6bdf68dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -9,12 +9,12 @@ This is a list of production Rust code that is in scope and out of scope for FRO
| Name | Version | Notes
|------| ------- | -----
| frost-core | v0.1.0 |
| frost-ed25519 | v0.1.0 |
| frost-ed448 | v0.1.0 |
| frost-p256 | v0.1.0 |
| frost-ristretto255 | v0.1.0 |
| frost-secp256k1 | v0.1.0 |
| frost-core | v0.2.0 |
| frost-ed25519 | v0.2.0 |
| frost-ed448 | v0.2.0 |
| frost-p256 | v0.2.0 |
| frost-ristretto255 | v0.2.0 |
| frost-secp256k1 | v0.2.0 |
### ZF Dependencies
@ -45,7 +45,7 @@ The following crates and dependencies are out of scope for the audit.
| Name | Version | Notes
|------| ------- | -----
| frost-rerandomized | v0.1.0 | To be audited after the security proof is complete.
| frost-rerandomized | v0.2.0 | To be audited after the security proof is complete.
### `frost-core` Dependencies