Skip to content

Commit e9f7ae4

Browse files
authored
Correct hash algorithm name in RIPEMD160 documentation
1 parent 4213d4a commit e9f7ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashes/src/ripemd160/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub struct HashEngine {
6262
}
6363

6464
impl HashEngine {
65-
/// Constructs a new SHA256 hash engine.
65+
/// Constructs a new RIPEMD160 hash engine.
6666
pub const fn new() -> Self {
6767
Self {
6868
h: [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0],

0 commit comments

Comments
 (0)