Correct hash algorithm name in RIPEMD160 documentation
This commit is contained in:
parent
4213d4a9d3
commit
e9f7ae4b74
|
@ -62,7 +62,7 @@ pub struct HashEngine {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl HashEngine {
|
impl HashEngine {
|
||||||
/// Constructs a new SHA256 hash engine.
|
/// Constructs a new RIPEMD160 hash engine.
|
||||||
pub const fn new() -> Self {
|
pub const fn new() -> Self {
|
||||||
Self {
|
Self {
|
||||||
h: [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0],
|
h: [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0],
|
||||||
|
|
Loading…
Reference in New Issue