Skip to content

Commit 1baf2ae

Browse files
authored
Merge pull request #5 from jonasnick/fewer-keywords
Reduce number of keywords to 5
2 parents ec54947 + 5bb0fe0 commit 1baf2ae

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

secp256k1-zkp-dev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "CC0-1.0"
77
homepage = "https://github.com/ElementsProject/rust-secp256k1-zkp/"
88
repository = "https://github.com/ElementsProject/rust-secp256k1-zkp/"
99
description = "dev-dependencies for secp256k1-zkp-sys and secp256k1-zkp."
10-
keywords = [ "crypto", "ECDSA", "Schnorr", "secp256k1", "libsecp256k1", "secp256k1-zkp", "libsecp256k1-zkp", "bitcoin" ]
10+
keywords = [ "crypto", "Schnorr", "secp256k1", "secp256k1-zkp", "bitcoin" ]
1111

1212
[dependencies]
1313
rand = "0.6"

secp256k1-zkp-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "CC0-1.0"
77
homepage = "https://github.com/ElementsProject/rust-secp256k1-zkp/"
88
repository = "https://github.com/ElementsProject/rust-secp256k1-zkp/"
99
description = "Rust bindings for the Elements Project's `libsecp256k1-zkp` library. Implements various cryptographic schemes for the SECG elliptic curve group secp256k1 and related utilities. This is a low-level, no_std library. There is also w higher level library called secp256k1-zkp."
10-
keywords = [ "crypto", "ECDSA", "Schnorr", "secp256k1", "libsecp256k1", "secp256k1-zkp", "libsecp256k1-zkp", "bitcoin" ]
10+
keywords = [ "crypto", "Schnorr", "secp256k1", "secp256k1-zkp", "bitcoin" ]
1111
readme = "README.md"
1212
build = "build.rs"
1313

secp256k1-zkp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "CC0-1.0"
77
homepage = "https://github.com/ElementsProject/rust-secp256k1-zkp/"
88
repository = "https://github.com/ElementsProject/rust-secp256k1-zkp/"
99
description = "Rust bindings for the Elements Project's `libsecp256k1-zkp` library. Implements various cryptographic schemes for the SECG elliptic curve group secp256k1 and related utilities. Based on the lower-level, no_std secp256k1-zkp-sys library."
10-
keywords = [ "crypto", "ECDSA", "Schnorr", "secp256k1", "libsecp256k1", "secp256k1-zkp", "libsecp256k1-zkp", "bitcoin" ]
10+
keywords = [ "crypto", "Schnorr", "secp256k1", "secp256k1-zkp", "bitcoin" ]
1111
readme = "README.md"
1212

1313
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)