Skip to content

Commit 07f2d69

Browse files
committed
Remove extra crate keyword
1 parent 49de544 commit 07f2d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frost-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/ZcashFoundation/frost"
1212
categories = ["cryptography"]
13-
keywords = ["cryptography", "crypto", "ristretto", "threshold", "signature", "schnorr"]
13+
keywords = ["cryptography", "crypto", "threshold", "signature", "schnorr"]
1414
description = "Types and traits to support implementing Flexible Round-Optimized Schnorr Threshold signature schemes (FROST)."
1515

1616
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)