Skip to content

Commit e9be3f8

Browse files
authored
Update md5/src/compress.rs
1 parent 90ed6b1 commit e9be3f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

md5/src/compress.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cfg_if::cfg_if! {
1111
}
1212
}
1313

14-
/// md5 compression function
14+
/// MD5 compression function
1515
pub(crate) fn compress(state: &mut [u32; 4], blocks: &[[u8; 64]]) {
1616
compress_inner(state, blocks)
1717
}

0 commit comments

Comments
 (0)