CRC checksums (CRC-16, CRC-32, CRC-32C) for OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

replace Printf.bprintf with Buffer.add_string + Fmt.str (merlint E200)

+4 -4
+4 -4
test/interop/crcmod/test.ml
··· 71 71 in 72 72 Alcotest.run "crc-interop" 73 73 [ 74 - ("crc16-ccitt", make_cases test_crc16_ccitt); 75 - ("crc16-x25", make_cases test_crc16_x25); 76 - ("crc32", make_cases test_crc32); 77 - ("crc32c", make_cases test_crc32c); 74 + ("crc16-ccitt", make_cases crc16_ccitt); 75 + ("crc16-x25", make_cases crc16_x25); 76 + ("crc32", make_cases crc32); 77 + ("crc32c", make_cases crc32c); 78 78 ]