add packaging
[platform/upstream/nettle.git] / testsuite / sha1-huge-test.c
1 #include "testutils.h"
2
3 void
4 test_main(void)
5 {
6   /* Hashes 10 000 000 x 30 000 bytes > 64 * 2^32. This overflows the
7      low word of the block counter. This test vector is not cross
8      checked with any other sha1 implementation. */
9   test_hash_large(&nettle_sha1, 10000000, 30000, 'a',
10                   SHEX("0ba79364dc64648f 2074fb4bc5c28bcf"
11                        "b7a787b0"));
12 }