add comment about sha testing

1_14_stable
Denis Vlasenko 2009-03-12 16:05:02 +00:00
parent cd2cd312b7
commit ddb1b85053
1 changed files with 7 additions and 1 deletions

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"