ristretto: Version frost-core (#271)

Version frost-core
This commit is contained in:
Deirdre Connolly 2023-03-09 12:46:05 -05:00 committed by GitHub
parent 87097bb6dc
commit 55ca7809fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,14 +12,14 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/ZcashFoundation/frost"
categories = ["cryptography"]
keywords = ["cryptography", "crypto", "ristretto", "threshold", "signature"]
description = "A Schnorr signature scheme over the prime-order Ristretto group that supports FROST ."
description = "A Schnorr signature scheme over the prime-order Ristretto group that supports FROST."
[package.metadata.docs.rs]
features = ["nightly"]
[dependencies]
curve25519-dalek = { version = "=4.0.0-rc.1", features = ["serde", "rand_core"] }
frost-core = { path = "../frost-core", features = ["test-impl"] }
frost-core = { path = "../frost-core", version = "0.1.0", features = ["test-impl"] }
rand_core = "0.6"
sha2 = "0.10.2"