factor/libs/crypto/test/crc32.factor

6 lines
127 B
Factor
Raw Permalink Normal View History

2006-07-24 10:22:55 -04:00
USING: kernel math test namespaces crypto ;
[ 0 ] [ "" >crc32 ] unit-test
[ HEX: cbf43926 ] [ "123456789" >crc32 ] unit-test