/* ** Copyright 2001-2005 Double Precision, Inc. ** See COPYING for distribution information. */ #include "config.h" #include "sha1.h" #include #include #include static const char rcsid[]="$Id: testsuite.c,v 1.3 2005/02/21 03:18:31 mrsam Exp $"; static char foo[1000001]; static void sha1() { SHA1_DIGEST digest; unsigned i, n; static char *testcases[]={"abc", "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq", foo}; for (n=0; n