octane-0.11.0: 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 LazyBytes.empty -- ""
4023120385
>>> crc32 (LazyBytes.pack [49 .. 57]) -- "123456789"
3690624627