jon.recoil.org

Module Md5_libSource

Sourcetype t
Sourceval compare : Md5_lib.t -> Md5_lib.t -> int @@ portable
Sourceval compare__local : Md5_lib.t @ local -> Md5_lib.t @ local -> int @@ portable
Sourceval length : int @@ portable

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

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

assumes the input is 16 bytes without checking

Sourceval unsafe_of_binary_local : string @ local -> Md5_lib.t @ local @@ portable
Sourceval unsafe_of_binary__local : string @ local -> Md5_lib.t @ local @@ portable
Sourceval globalize : Md5_lib.t @ local -> Md5_lib.t @@ portable
Sourceval to_hex : Md5_lib.t -> string @@ portable
Sourceval of_hex_exn : string -> Md5_lib.t @@ portable
Sourceval string : string -> Md5_lib.t @@ portable
Sourceval bytes : bytes -> Md5_lib.t @@ portable
Sourceval subbytes : bytes -> pos:int -> len:int -> Md5_lib.t @@ portable