We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356288a commit e1bd52fCopy full SHA for e1bd52f
Cargo.toml
@@ -4,12 +4,12 @@ version = "0.4.2"
4
edition = "2021"
5
description = "Sharded Secret Key Reconstruction (SSKR) for Rust."
6
authors = ["Blockchain Commons"]
7
-keywords = ["cryptography"]
8
repository = "https://github.com/BlockchainCommons/bc-sskr-rust"
9
readme = "README.md"
10
license = "BSD-2-Clause-Patent"
11
-categories = ["cryptography"]
12
documentation = "https://docs.rs/sskr"
+keywords = ["cryptography"] # Up to five
+categories = ["cryptography"] # https://crates.io/category_slugs
13
14
[dependencies]
15
bc-rand = "^0.2.1"
0 commit comments