Skip to content

Commit 5d6d720

Browse files
authored
cshake: fix documentation and keywords fields in Cargo.toml (#870)
1 parent 6b89f1f commit 5d6d720

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cshake/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ version = "0.2.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"
7-
documentation = "https://docs.rs/sha3"
7+
documentation = "https://docs.rs/cshake"
88
readme = "README.md"
99
repository = "https://github.com/RustCrypto/hashes"
1010
license = "MIT OR Apache-2.0"
11-
keywords = ["sha3", "keccak", "hash", "xof", "digest"]
11+
keywords = ["keccak", "hash", "xof", "digest"]
1212
categories = ["cryptography", "no-std"]
1313
description = "Implementation of the cSHAKE family of extendable-output functions (XOFs)"
1414

0 commit comments

Comments
 (0)