package diffast-misc

  1. Overview
  2. Docs
module C = Cryptokit
type t = Digest.t
type algo =
  1. | MD5
  2. | SHA1
  3. | SHA2 of int
  4. | SHA3 of int
  5. | SHA256
  6. | SHA384
  7. | SHA512
  8. | RIPEMD160
val algo_to_string : algo -> string
val _algo_to_hash : algo -> Cryptokit.hash
val digest_of_string : algo -> string -> t
val digest_of_file : algo -> string -> t
val git_digest_of_file : string -> t
val to_hex : t -> string
val digest_hex_of_string : algo -> string -> string
val digest_hex_of_file : algo -> string -> string
val of_hex : string -> string
OCaml

Innovation. Community. Security.