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.

fix(lint): remove redundant make_ prefixes (E331)

Rename make_superblock → superblock, make_inode_buf → inode_buf,
make_image → image, make_key → key in squashfs and streaming-aead.

-2
-2
fuzz/fuzz_crc.ml
··· 74 74 test_case "deterministic (ccitt)" [ bytes ] test_ccitt_deterministic; 75 75 test_case "deterministic (crc32c)" [ bytes ] test_crc32c_deterministic; 76 76 ] ) 77 - 78 - let run () = Crowbar.run "crc" [ suite ]