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 e176aa3 commit b470b6fCopy full SHA for b470b6f
Cargo.toml
@@ -4,12 +4,12 @@ version = "0.4.1"
4
edition = "2021"
5
description = "Shamir's Secret Sharing (SSS) for Rust."
6
authors = ["Blockchain Commons"]
7
-keywords = ["cryptography"]
8
repository = "https://github.com/BlockchainCommons/bc-shamir-rust"
9
readme = "README.md"
10
license = "BSD-2-Clause-Patent"
11
-categories = ["cryptography"]
12
documentation = "https://docs.rs/bc-shamir"
+keywords = ["cryptography"] # Up to five
+categories = ["cryptography"] # https://crates.io/category_slugs
13
14
[dependencies]
15
bc-rand = "^0.2.0"
0 commit comments