Module Md5_libSource

Sourcetype t
Sourceval compare : t -> t -> int
Sourceval length : int

length = 16 is the size of the digest in bytes.

Sourceval to_binary : t -> string
Sourceval to_binary_local : t -> string
Sourceval of_binary_exn : string -> t
Sourceval unsafe_of_binary : string -> t

assumes the input is 16 bytes without checking

Sourceval to_hex : t -> string
Sourceval of_hex_exn : string -> t
Sourceval string : string -> t
Sourceval bytes : bytes -> t
Sourceval subbytes : bytes -> pos:int -> len:int -> t