crc32

Calculate the CRC32 polynomial of a String.


Syntax


Parameters

  • String subject - The String to calculate a polynomial for.


Result

  • String - The CRC32 polynomial.

Returns the CRC32 (Cyclic Redundancy Checksum, using 32-bit lengths) polynomial of subject. The polynomial is an unsigned integer.