You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let input ="38d18acb67d25c8bb9942764b62f18e17054f66a817bd4295423adf9ed98873e000000000000000000000000000000000000000000000000000000000000001b38d18acb67d25c8bb9942764b62f18e17054f66a817bd4295423adf9ed98873e789d1dd423d25f0772d2748d60f7e4b81bb14d086eba8e8e8efb6dcff8a4ae02"
136
+
let expected ="0000000000000000000000009215b8d9882ff46f0dfde6684d78e831467f65e6"
137
+
138
+
echo"Running RIPEMD160 tests"
139
+
stdout.write" Testing RIPEMD160 ... "
140
+
141
+
var inputbytes =newSeq[byte](input.len div2)
142
+
inputbytes.fromHex(input)
143
+
144
+
var expectedbytes =newSeq[byte](expected.len div2)
0 commit comments