add comment about sha testing

This commit is contained in:
Denis Vlasenko 2009-03-12 16:05:02 +00:00
parent cd2cd312b7
commit ddb1b85053

View File

@ -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"