factor/libs/crypto/test/crc32.factor

6 lines
127 B
Factor

USING: kernel math test namespaces crypto ;
[ 0 ] [ "" >crc32 ] unit-test
[ HEX: cbf43926 ] [ "123456789" >crc32 ] unit-test