Crc32.this

Prepare Crc32 to checksum the data with a given polynomial.

  1. this(Crc32 crc32)
  2. this(uint polynomial)
    class Crc32
    this
    (
    uint polynomial = 0xEDB88320U
    )

Parameters

polynomial uint

The magic CRC number to base calculations on. The default compatible with ZIP, PNG, ethernet and others. Note: This default value has poor error correcting properties.

Meta