From 57165d3f7fd1a7920375bd01ab9c140ee87773b1 Mon Sep 17 00:00:00 2001 From: Calvin Kim Date: Tue, 22 Nov 2022 15:13:29 +0900 Subject: [PATCH] Fix typo in the SHA512 documentation --- hashes/src/sha512.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashes/src/sha512.rs b/hashes/src/sha512.rs index 98e18acb..3298d4a6 100644 --- a/hashes/src/sha512.rs +++ b/hashes/src/sha512.rs @@ -80,7 +80,7 @@ impl crate::HashEngine for HashEngine { engine_input_impl!(); } -/// Output of the SHA256 hash function. +/// Output of the SHA512 hash function. #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] #[repr(transparent)] pub struct Hash(