Module Diffast_misc.Xhash
type algo = | MD5| SHA1| SHA2 of int| SHA3 of int| SHA256| SHA384| SHA512| RIPEMD160
val algo_to_string : algo -> stringval digest_of_string : algo -> string -> tval digest_of_file : algo -> string -> tval git_digest_of_file : string -> tval digest_hex_of_string : algo -> string -> stringval digest_hex_of_file : algo -> string -> stringval of_hex : string -> string