castagnoli-0.2.0.2: Portable CRC-32C
Safe HaskellSafe-Inferred
LanguageHaskell2010

Crc32c

Synopsis

Documentation

bytes :: Word32 -> Bytes -> Word32 Source #

Compute the checksum of a slice of bytes.

mutableBytes :: PrimMonad m => Word32 -> MutableBytes (PrimState m) -> m Word32 Source #

Compute the checksum of a slice of mutable bytes.