add comment about sha testing
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 12 Mar 2009 16:05:02 +0000 (16:05 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 12 Mar 2009 16:05:02 +0000 (16:05 -0000)
libbb/sha1.c

index 1584e98..745ac69 100644 (file)
  *
  * 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"