Module type Hash.T
The type for hash functions.
Hash function
val string : string -> tstring sis the hash ofs.
val fd : Unix.file_descr -> tfd fdmmap(2)s and hashes the object pointed byfd.- raises Sys_error
if
mmapfails.
val file : Fpath.t -> (t, string) Stdlib.resultfile fis the hash of filef.