Specify core version & remove keyword for -rerandomized (#268)

* Specify frost-core version for publishing

* Remove extra keyword
This commit is contained in:
Deirdre Connolly 2023-03-09 10:07:52 -05:00 committed by GitHub
parent 49de544c69
commit 222465431a
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 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ZcashFoundation/frost"
categories = ["cryptography"]
keywords = ["cryptography", "crypto", "threshold", "signature", "schnorr", "randomized"]
keywords = ["cryptography", "threshold", "signature", "schnorr", "randomized"]
description = "Types and traits to support implementing a re-randomized variant of Flexible Round-Optimized Schnorr Threshold signature schemes (FROST)."
[package.metadata.docs.rs]
features = ["nightly"]
[dependencies]
frost-core = { path = "../frost-core", features = ["internals"] }
frost-core = { path = "../frost-core", version = "0.1.0", features = ["internals"] }
rand_core = "0.6"
[dev-dependencies]