Safe Haskell | Trustworthy |
---|---|
Language | Haskell2010 |
data Fingerprint Source
Fingerprint !Word64 !Word64 |
fingerprint0 :: Fingerprint Source
fingerprintData :: Ptr Word8 -> Int -> IO Fingerprint Source
fingerprintString :: String -> Fingerprint Source
fingerprintFingerprints :: [Fingerprint] -> Fingerprint Source
getFileHash :: FilePath -> IO Fingerprint Source
Computes the hash of a given file. This function loops over the handle, running in constant memory.
Since: 4.7.0.0
© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/7.10.3/docs/html/libraries/base-4.8.2.0/GHC-Fingerprint.html