Crc32c
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.
chunks :: Word32 -> Chunks -> Word32 Source #