Correct PPTP server firewall rules chain.
[tomato/davidwu.git] / release / src / router / nettle / testsuite / sha1-huge-test.c
blob156a762a7fb2b996ebb981c07f363671cdd22925
1 #include "testutils.h"
3 void
4 test_main(void)
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"));