// Test for Jasper, a 128-bit noncryptographic hash // By Bob Jenkins, September 2010, public domain. Alpha-quality, beware. #include "jasper.h" #include #include #define NUMBUF 1024 #define BUFSIZE (1<<20) void DoTiming() { uint64_t a,z, hash1, hash2; char *buf[NUMBUF]; int i, j; Jasper state; a = GetTickCount(); for (i=0; i