diff --git a/ascon-hash/Cargo.toml b/ascon-hash/Cargo.toml index 0efb13590..0fc9ff1de 100644 --- a/ascon-hash/Cargo.toml +++ b/ascon-hash/Cargo.toml @@ -12,7 +12,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/ascon-hash" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "hash", "ascon"] +keywords = ["hash", "ascon"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/belt-hash/Cargo.toml b/belt-hash/Cargo.toml index d378d0c08..0d85a8a2d 100644 --- a/belt-hash/Cargo.toml +++ b/belt-hash/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/belt-hash" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "belt", "stb", "hash", "digest"] +keywords = ["belt", "stb", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/blake2/Cargo.toml b/blake2/Cargo.toml index 635bac075..83ab22d69 100644 --- a/blake2/Cargo.toml +++ b/blake2/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/blake2" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "blake2", "hash", "digest"] +keywords = ["blake2", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/fsb/Cargo.toml b/fsb/Cargo.toml index b893aa800..4bcc0e653 100644 --- a/fsb/Cargo.toml +++ b/fsb/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/fsb" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "fsb", "hash", "digest"] +keywords = ["fsb", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/gost94/Cargo.toml b/gost94/Cargo.toml index c9c11ce07..bd6bcb2d0 100644 --- a/gost94/Cargo.toml +++ b/gost94/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/gost94" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "gost94", "gost", "hash", "digest"] +keywords = ["gost94", "gost", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/groestl/Cargo.toml b/groestl/Cargo.toml index 688ab0617..d2893ab8f 100644 --- a/groestl/Cargo.toml +++ b/groestl/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/groestl" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "groestl", "grostl", "hash", "digest"] +keywords = ["groestl", "grostl", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/jh/Cargo.toml b/jh/Cargo.toml index 92a4fcf8d..0ef8796c0 100644 --- a/jh/Cargo.toml +++ b/jh/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/jh" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "jh", "hash", "digest"] +keywords = ["jh", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/k12/Cargo.toml b/k12/Cargo.toml index cb155a3ef..3da5499cf 100644 --- a/k12/Cargo.toml +++ b/k12/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/k12" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "hash", "digest"] +keywords = ["hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/kupyna/Cargo.toml b/kupyna/Cargo.toml index 33ada1ae3..6fb0fee51 100644 --- a/kupyna/Cargo.toml +++ b/kupyna/Cargo.toml @@ -8,7 +8,7 @@ readme = "README.md" edition = "2024" documentation = "https://docs.rs/kupyna" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "hash", "kupyna"] +keywords = ["hash", "kupyna"] categories = ["cryptography", "no-std"] rust-version = "1.85" diff --git a/md2/Cargo.toml b/md2/Cargo.toml index 88f564c72..6903c9b87 100644 --- a/md2/Cargo.toml +++ b/md2/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/md2" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "md2", "hash", "digest"] +keywords = ["md2", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/md4/Cargo.toml b/md4/Cargo.toml index dd62133d8..02a93f2f1 100644 --- a/md4/Cargo.toml +++ b/md4/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/md4" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "md4", "hash", "digest"] +keywords = ["md4", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/md5/Cargo.toml b/md5/Cargo.toml index a58272bac..58a31fef6 100644 --- a/md5/Cargo.toml +++ b/md5/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/md-5" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "md5", "hash", "digest"] +keywords = ["md5", "hash", "digest"] categories = ["cryptography", "no-std"] [lib] diff --git a/ripemd/Cargo.toml b/ripemd/Cargo.toml index cc779e709..38a90cb32 100644 --- a/ripemd/Cargo.toml +++ b/ripemd/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/ripemd" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "ripemd", "hash", "digest"] +keywords = ["ripemd", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/sha1-checked/Cargo.toml b/sha1-checked/Cargo.toml index aaba7ed9c..268e5ce25 100644 --- a/sha1-checked/Cargo.toml +++ b/sha1-checked/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/sha1-checked" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "sha1", "hash", "digest"] +keywords = ["sha1", "hash", "digest"] categories = ["cryptography", "no-std"] exclude = [ diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index 5176f67b1..6723c38b0 100644 --- a/sha1/Cargo.toml +++ b/sha1/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/sha1" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "sha1", "hash", "digest"] +keywords = ["sha1", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/sha2/Cargo.toml b/sha2/Cargo.toml index 0d994bcf5..6031de5b8 100644 --- a/sha2/Cargo.toml +++ b/sha2/Cargo.toml @@ -12,7 +12,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/sha2" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "sha2", "hash", "digest"] +keywords = ["sha2", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/sha3/Cargo.toml b/sha3/Cargo.toml index 6997abbde..f6d14007c 100644 --- a/sha3/Cargo.toml +++ b/sha3/Cargo.toml @@ -13,7 +13,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/sha3" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "sha3", "keccak", "hash", "digest"] +keywords = ["sha3", "keccak", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/shabal/Cargo.toml b/shabal/Cargo.toml index 3937892fb..00a8ed733 100644 --- a/shabal/Cargo.toml +++ b/shabal/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/shabal" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "shabal", "hash", "digest"] +keywords = ["shabal", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/skein/Cargo.toml b/skein/Cargo.toml index b39dbcda3..f65ff0016 100644 --- a/skein/Cargo.toml +++ b/skein/Cargo.toml @@ -9,7 +9,7 @@ rust-version = "1.85" readme = "README.md" documentation = "https://docs.rs/skein" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "skein", "hash", "digest"] +keywords = ["skein", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/sm3/Cargo.toml b/sm3/Cargo.toml index f5bfc160c..75a6f3503 100644 --- a/sm3/Cargo.toml +++ b/sm3/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/sm3" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "sm3", "hash", "digest"] +keywords = ["sm3", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/streebog/Cargo.toml b/streebog/Cargo.toml index bef3f09b3..09d730ea3 100644 --- a/streebog/Cargo.toml +++ b/streebog/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/streebog" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "streebog", "gost", "hash", "digest"] +keywords = ["streebog", "gost", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/tiger/Cargo.toml b/tiger/Cargo.toml index fcb78817e..86289f820 100644 --- a/tiger/Cargo.toml +++ b/tiger/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/tiger" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "hash", "tiger", "digest"] +keywords = ["hash", "tiger", "digest"] categories = ["cryptography", "no-std"] [dependencies] diff --git a/whirlpool/Cargo.toml b/whirlpool/Cargo.toml index 1cfb05f01..2725b32c6 100644 --- a/whirlpool/Cargo.toml +++ b/whirlpool/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" rust-version = "1.85" documentation = "https://docs.rs/whirlpool" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "whirlpool", "hash", "digest"] +keywords = ["whirlpool", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies]