DB
FunctionsHash & Crypto

crc32

Computes a CRC-32 checksum of the input bytes. This is intended for integrity checks, not for cryptographic security.

crc32(…) → UInt64

Kind · scalar

Computes a CRC-32 checksum of the input bytes. This is intended for integrity checks, not for cryptographic security.

Part of the Hash & Crypto family.