Module DebugProtocol.ChecksumAlgorithm

type t =
  1. | MD5
  2. | SHA1
  3. | SHA256
  4. | Timestamp
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t