octane-0.13.1: Parse Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Octane.Utility.CRC

Synopsis

Documentation

crc32 :: ByteString -> Word32 Source #

Computes the CRC32 of some bytes. Note that this is a non-standard CRC32. It probably only works for Rocket League.

>>> crc32 ""
4023120385
>>> crc32 "123456789"
3690624627