From ddb1b85053da8405e661db762c59406da6cb8476 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 12 Mar 2009 16:05:02 +0000 Subject: add comment about sha testing --- libbb/sha1.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libbb/sha1.c b/libbb/sha1.c index 1584e98..745ac69 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 . - * 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" -- cgit v1.1