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.

stix/rpmsg/openamp/crc: drop SpaceOS cross-references

These libraries are all general-purpose (cyber-threat intel,
inter-partition messaging, Linux remoteproc, CRC-32C) but their
synopses/docstrings named SpaceOS as a specific consumer. Reword to
describe what each library does on its own terms.

+1 -1
+1 -1
test/test_crc.ml
··· 77 77 Polynomial: 0x1EDC6F41 (reflected: 0x82F63B78) 78 78 Init: 0xFFFFFFFF, XOR out: 0xFFFFFFFF. 79 79 RFC 3720 Section 12.1 (iSCSI), RFC 3385 (SCTP). 80 - Used by ext4, Btrfs, SpaceOS superblock validation. *) 80 + Used by ext4 and Btrfs metadata checksums. *) 81 81 82 82 let test_crc32c_check () = 83 83 (* RFC 3720 Section 12.1: CRC-32C("123456789") = 0xE3069283 *)