Displaying 2 results from an estimated 2 matches for "mdfour64".
Did you mean:
mdfour
2004 Nov 04
0
[Bug 2000] New: mdfour.c calculates wrong result when block is a multiple of 64 bytes long.
...aps it
simply doesn't matter - but it would be good for the file to carry a comment
saying that it is not MD4, if that is the intention.
@@ -166,8 +166,6 @@
m = md;
- if (n == 0) mdfour_tail(in, n);
-
while (n >= 64) {
copy64(M, in);
mdfour64(M);
@@ -179,7 +177,7 @@
}
}
- if (n) mdfour_tail(in, n);
+ mdfour_tail(in, n);
}
(except obviously you need to be backward compatible!)
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: --...
2006 Jan 09
2
performance with >50GB files
Hi all,
today we had a performance issue transfering a big amount of data where
one file was over 50GB. Rsync was tunneled over SSH and we expected the data
to be synced within hours. However after over 10 hours the data is still not
synced ... The sending box has rsync running with 60-80 % CPU load (2GHz
Pentium 4) while the receiver is nearly idle.
So far I had no acces to the poblematic