Compute cyclic redundancy check values for fast data error detection.
Compute a 32-bit cyclic redundancy check. For error detection, not cryptography.
Copy or clear
CRC-32 is for error detection (e.g. in ZIP, Ethernet). Not a secure hash — do not use for passwords or signatures.