octane-0.16.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.