Calculate 32-bit CRC

v = crc.crc32(txt)

Calculates a CRC-32 value of txt.

e.g.
v = crc.crc32('Hello world') --> v=-1948869038