MD5 test results on A3000

Selden E Ball Jr ((no email))
Mon, 14 Feb 1994 19:29:13 -0400 (EDT)

Richard,

Here's the output of the MD5 test on my Amiga 3000/25 (25MHz 68030)
It looks ok to me.

X*Press data transmission is still garbled here, so I dunno if the
MD5 code in x does what's intended.

Selden

==================

4.w9d:xpress/dist> make test
gcc -O -DMD5=1 -c md5.c -o md5.o
gcc -O -DMD5=1 -c mddriver.c -o mddriver.o
gcc -o md5 md5.o mddriver.o
echo "Begin MD5 test"
Begin MD5 test
./md5 -x > test.out
diff md5_test.out test.out
echo "MD5 test PASSED"
MD5 test PASSED
./md5 -t
MD5 time trial. Digesting 1000 1000-byte blocks ... done
Digest = f217fb0b8599c956eaeb81611e7a8758
Time = 4 seconds
Speed = 250000 bytes/second
rm -f test.out
echo "MD5 test completed"
MD5 test completed

==================