Correct hash algorithm name in RIPEMD160 documentation

This commit is contained in:
David Klank 2025-06-05 12:09:34 +03:00 committed by GitHub
parent 4213d4a9d3
commit e9f7ae4b74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ pub struct HashEngine {
}
impl HashEngine {
/// Constructs a new SHA256 hash engine.
/// Constructs a new RIPEMD160 hash engine.
pub const fn new() -> Self {
Self {
h: [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0],