package base

  1. Overview
  2. Docs
Full standard library replacement for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.14.2.tar.gz
sha256=f1c8db682e996a92382ff932c702bc33a18b67280b7a290c7fb066bcc05fbf24
md5=0d1a2d0322b8c446e5dda20290112e5c

doc/base.md5/Md5_lib/index.html

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 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
OCaml

Innovation. Community. Security.