base-4.13.0.0: Basic libraries
Safe HaskellTrustworthy
LanguageHaskell2010

GHC.Fingerprint

Synopsis

Documentation

getFileHash :: FilePath -> IO Fingerprint Source #

Computes the hash of a given file. This function loops over the handle, running in constant memory.

Since: base-4.7.0.0