Skip to content

Commit

Permalink
add tests for RIPEMD160.hashHex
Browse files Browse the repository at this point in the history
  • Loading branch information
fluency03 committed May 13, 2018
1 parent 518c4fc commit aa9781b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class RIPEMD160Test extends FlatSpec with Matchers {
"eb7ea13c176c4d03355ac27129760673") shouldEqual
"352b0b6bd7284755d5c685fb7793c9f4d672c5ff"

RIPEMD160.hashHexs("3D7C570DCDF97F6C1823C0CE4F5ACB0878A1505992445F33BC66C7302F56C6BA") shouldEqual
RIPEMD160.hashHex("3D7C570DCDF97F6C1823C0CE4F5ACB0878A1505992445F33BC66C7302F56C6BA") shouldEqual
"45590A0195EB451711B9D076E4C0CD04675AAD55".toLowerCase

RIPEMD160.hashHexs("3D7C570DCDF97F6C1823C0CE4F", "5ACB0878A1505992445F33BC66C7302F56C6BA") shouldEqual
Expand Down

0 comments on commit aa9781b

Please sign in to comment.