Skip to content

Commit

Permalink
fixed README.md and Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
truthixify committed Jan 3, 2025
1 parent c88621c commit 42edfa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion md6/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion md6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42edfa8

Please sign in to comment.