Skip to content

Commit

Permalink
ripemd320: fix clippy warning (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jan 13, 2021
1 parent 0215edc commit 979b5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ripemd320/src/block.rs
Expand Up @@ -14,7 +14,7 @@ pub const H0: [u32; DIGEST_BUF_LEN] = [
0xc3d2_e1f0,
0x7654_3210,
0xfedc_ba98,
0x89a_bcdef,
0x89ab_cdef,
0x0123_4567,
0x3c2d_1e0f,
];
Expand Down

0 comments on commit 979b5de

Please sign in to comment.