diff --git a/md6/Cargo.toml b/md6/Cargo.toml index b338a5a44..17f2a92d3 100644 --- a/md6/Cargo.toml +++ b/md6/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" readme = "README.md" edition = "2021" repository = "https://github.com/RustCrypto/hashes" -keywords = ["crypto", "md5", "hash", "digest"] +keywords = ["crypto", "md6", "hash", "digest"] categories = ["cryptography", "no-std"] rust-version = "1.81" diff --git a/md6/README.md b/md6/README.md index b63b08dff..6080ec825 100644 --- a/md6/README.md +++ b/md6/README.md @@ -11,7 +11,7 @@ use md6::Md6_256; use digest::Digest; use hex_literal::hex; -// create a Blake2b512 object +// create a Md6_256 object let mut hasher = Md6_256::new(); // write input message