crc3 - luxembourg/muxcode-clm GitHub Wiki

CRC32()

FUNCTION: crc32(<string1>, ..., <stringN>)

Returns the Cyclic Redundancy Check of the strings or sequences of strings as a positive number. The answer for the same sequence of strings is always the same.

The usefulness of this number is broad, but could provide a unique fingerprint, checksum pattern, or high-quality hash function.

Example: > think crc32(MUX) 629126998

Related Topics: digest, sha1, unpack