|
|
@ -256,7 +256,7 @@ CRIPEMD160& CRIPEMD160::Write(const unsigned char* data, size_t len)
|
|
|
|
ripemd160::Transform(s, buf);
|
|
|
|
ripemd160::Transform(s, buf);
|
|
|
|
bufsize = 0;
|
|
|
|
bufsize = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
while (end >= data + 64) {
|
|
|
|
while (end - data >= 64) {
|
|
|
|
// Process full chunks directly from the source.
|
|
|
|
// Process full chunks directly from the source.
|
|
|
|
ripemd160::Transform(s, data);
|
|
|
|
ripemd160::Transform(s, data);
|
|
|
|
bytes += 64;
|
|
|
|
bytes += 64;
|
|
|
|