Skip to content

Commit aaf90a7

Browse files
authored
Remove crypto tags (#722)
The tag effectively duplicates the cryptography category which we use for all our crates. Per discussion in #717 we decided that we should not have such duplication.
1 parent 55f7510 commit aaf90a7

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

ascon-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2024"
1212
rust-version = "1.85"
1313
documentation = "https://docs.rs/ascon-hash"
1414
repository = "https://github.com/RustCrypto/hashes"
15-
keywords = ["crypto", "hash", "ascon"]
15+
keywords = ["hash", "ascon"]
1616
categories = ["cryptography", "no-std"]
1717

1818
[dependencies]

belt-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2024"
99
rust-version = "1.85"
1010
documentation = "https://docs.rs/belt-hash"
1111
repository = "https://github.com/RustCrypto/hashes"
12-
keywords = ["crypto", "belt", "stb", "hash", "digest"]
12+
keywords = ["belt", "stb", "hash", "digest"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]

blake2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2024"
99
rust-version = "1.85"
1010
documentation = "https://docs.rs/blake2"
1111
repository = "https://github.com/RustCrypto/hashes"
12-
keywords = ["crypto", "blake2", "hash", "digest"]
12+
keywords = ["blake2", "hash", "digest"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]

fsb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2024"
99
rust-version = "1.85"
1010
documentation = "https://docs.rs/fsb"
1111
repository = "https://github.com/RustCrypto/hashes"
12-
keywords = ["crypto", "fsb", "hash", "digest"]
12+
keywords = ["fsb", "hash", "digest"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]

gost94/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2024"
99
rust-version = "1.85"
1010
documentation = "https://docs.rs/gost94"
1111
repository = "https://github.com/RustCrypto/hashes"
12-
keywords = ["crypto", "gost94", "gost", "hash", "digest"]
12+
keywords = ["gost94", "gost", "hash", "digest"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]

groestl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2024"
99
rust-version = "1.85"
1010
documentation = "https://docs.rs/groestl"
1111
repository = "https://github.com/RustCrypto/hashes"
12-
keywords = ["crypto", "groestl", "grostl", "hash", "digest"]
12+
keywords = ["groestl", "grostl", "hash", "digest"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]

jh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2024"
99
rust-version = "1.85"
1010
documentation = "https://docs.rs/jh"
1111
repository = "https://github.com/RustCrypto/hashes"
12-
keywords = ["crypto", "jh", "hash", "digest"]
12+
keywords = ["jh", "hash", "digest"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]

k12/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2024"
99
rust-version = "1.85"
1010
documentation = "https://docs.rs/k12"
1111
repository = "https://github.com/RustCrypto/hashes"
12-
keywords = ["crypto", "hash", "digest"]
12+
keywords = ["hash", "digest"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]

kupyna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
edition = "2024"
99
documentation = "https://docs.rs/kupyna"
1010
repository = "https://github.com/RustCrypto/hashes"
11-
keywords = ["crypto", "hash", "kupyna"]
11+
keywords = ["hash", "kupyna"]
1212
categories = ["cryptography", "no-std"]
1313
rust-version = "1.85"
1414

md2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2024"
99
rust-version = "1.85"
1010
documentation = "https://docs.rs/md2"
1111
repository = "https://github.com/RustCrypto/hashes"
12-
keywords = ["crypto", "md2", "hash", "digest"]
12+
keywords = ["md2", "hash", "digest"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]

0 commit comments

Comments
 (0)