Skip to content

Commit b470b6f

Browse files
committed
Clarity.
1 parent e176aa3 commit b470b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ version = "0.4.1"
44
edition = "2021"
55
description = "Shamir's Secret Sharing (SSS) for Rust."
66
authors = ["Blockchain Commons"]
7-
keywords = ["cryptography"]
87
repository = "https://github.com/BlockchainCommons/bc-shamir-rust"
98
readme = "README.md"
109
license = "BSD-2-Clause-Patent"
11-
categories = ["cryptography"]
1210
documentation = "https://docs.rs/bc-shamir"
11+
keywords = ["cryptography"] # Up to five
12+
categories = ["cryptography"] # https://crates.io/category_slugs
1313

1414
[dependencies]
1515
bc-rand = "^0.2.0"

0 commit comments

Comments
 (0)