jon.recoil.org

Module Md5_libSource

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

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

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

assumes the input is 16 bytes without checking

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