aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-03-12 16:05:02 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-03-12 16:05:02 +0000
commitddb1b85053da8405e661db762c59406da6cb8476 (patch)
treea123e10d895f24555d64c4a635383b62ee1b1f1e /libbb
parentcd2cd312b70e53b2095827d84c675b85cef4d2f6 (diff)
downloadbusybox-ddb1b85053da8405e661db762c59406da6cb8476.tar.gz
add comment about sha testing
Diffstat (limited to 'libbb')
-rw-r--r--libbb/sha1.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/libbb/sha1.c b/libbb/sha1.c
index 1584e98cd..745ac693c 100644
--- a/libbb/sha1.c
+++ b/libbb/sha1.c
@@ -19,7 +19,13 @@
*
* SHA256 and SHA512 parts are:
* Released into the Public Domain by Ulrich Drepper <drepper@redhat.com>.
- * TODO: shrink them.
+ * Shrank by Denys Vlasenko.
+ *
+ * ---------------------------------------------------------------------------
+ *
+ * The best way to test random blocksizes is to go to coreutils/md5_sha1_sum.c
+ * and replace "4096" with something like "2000 + time(NULL) % 2097",
+ * then rebuild and compare "shaNNNsum bigfile" results.
*/
#include "libbb.h"