]> the.earth.li Git - onak.git/commit
Fix signature hash checking for RIPEMD-160
authorJonathan McDowell <noodles@earth.li>
Sun, 3 Nov 2013 19:36:11 +0000 (11:36 -0800)
committerJonathan McDowell <noodles@earth.li>
Sun, 3 Nov 2013 19:36:11 +0000 (11:36 -0800)
commit78d77be7ae2b6293fe117d8670c0abbe80272238
treeff07ba5cfa2dbad789408341ac437949b6e230e9
parent0f0f62d3505e60cac5fd35ebcdea525d9d79a3e1
Fix signature hash checking for RIPEMD-160

There was a missing break statement in the RIPEMD-160 case that resulted
in us miscalculating the signature hash for a signature using RIPEMD-160.
sigcheck.c