Fix typo in the SHA512 documentation
This commit is contained in:
parent
ac583202cf
commit
57165d3f7f
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue