crc-0.1.0.0: Implements various Cyclic Redundancy Checks (CRC)
Data.Digest.CRC64
newtype CRC64 Source #
Constructors
Fields
Instances
Methods
(==) :: CRC64 -> CRC64 -> Bool #
(/=) :: CRC64 -> CRC64 -> Bool #
compare :: CRC64 -> CRC64 -> Ordering #
(<) :: CRC64 -> CRC64 -> Bool #
(<=) :: CRC64 -> CRC64 -> Bool #
(>) :: CRC64 -> CRC64 -> Bool #
(>=) :: CRC64 -> CRC64 -> Bool #
max :: CRC64 -> CRC64 -> CRC64 #
min :: CRC64 -> CRC64 -> CRC64 #
showsPrec :: Int -> CRC64 -> ShowS #
show :: CRC64 -> String #
showList :: [CRC64] -> ShowS #
Associated Types
type CRCWord CRC64 = (r :: *) Source #
initCRC :: CRC64 Source #
crcWord :: CRC64 -> CRCWord CRC64 Source #
updateDigest :: CRC64 -> ByteString -> CRC64 Source #
crcTable :: Vector (CRCWord CRC64) Source #