Md5_lib
type t
val compare : Md5_lib.t -> Md5_lib.t -> int @@ portable
val compare__local : Md5_lib.t @ local -> Md5_lib.t @ local -> int @@ portable
val length : int @@ portable
length = 16 is the size of the digest in bytes.
length = 16
val to_binary : Md5_lib.t -> string @@ portable
val to_binary_local : Md5_lib.t @ local -> string @ local @@ portable
val of_binary_exn : string -> Md5_lib.t @@ portable
val unsafe_of_binary : string -> Md5_lib.t @@ portable
assumes the input is 16 bytes without checking
val unsafe_of_binary_local : string @ local -> Md5_lib.t @ local @@ portable
val unsafe_of_binary__local : string @ local -> Md5_lib.t @ local @@ portable
val globalize : Md5_lib.t @ local -> Md5_lib.t @@ portable
val to_hex : Md5_lib.t -> string @@ portable
val of_hex_exn : string -> Md5_lib.t @@ portable
val string : string -> Md5_lib.t @@ portable
val bytes : bytes -> Md5_lib.t @@ portable
val subbytes : bytes -> pos:int -> len:int -> Md5_lib.t @@ portable