| Copyright | (c) 2008 Eugene Kirpichov |
|---|---|
| License | BSD-style |
| Maintainer | ekirpichov@gmail.com |
| Stability | experimental |
| Portability | portable (H98 + FFI) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Data.Digest.CRC32
Description
CRC32 wrapper
Documentation
The class of values for which CRC32 may be computed
Minimal complete definition
Instances
| CRC32 ByteString Source # | |
Defined in Data.Digest.CRC32 | |
| CRC32 ByteString Source # | |
Defined in Data.Digest.CRC32 | |
| CRC32 [Word8] Source # | |