Unverified Commit 1ab42213 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Fix link typo

Closes #1834
parent 3251678b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ pub fn sha1(data: &[u8]) -> [u8; 20] {
}

/// Computes the SHA224 hash of some data.
#[corresponds(SH224)]
#[corresponds(SHA224)]
#[inline]
pub fn sha224(data: &[u8]) -> [u8; 28] {
    unsafe {