package sha

  1. Overview
  2. Docs
Binding to the SHA cryptographic functions

Install

Dune Dependency

Authors

Maintainers

Sources

sha-1.15.4.tbz
sha256=6de5b12139b1999ce9df4cc78a5a31886c2a547c9d448bf2853f8b53bcf1f1b1
sha512=dbb31b523ba0bace023bc1b0558a8f572a0ec20fb3f19f783935be755cd161e09aba352eda2bcf7c4e5ab838c7f874cfbfaed9debf0813df25d9dbe7b9314fdf

README.md.html

General Information

This is the binding for SHA interface code in OCaml. Offering the same interface than the MD5 digest included in ocaml standard library. It's currently providing SHA1, SHA256 and SHA512 hash functions.

This library is licensed under the ISC license.

Documentation

the documentation can be found in mli files in ocamldoc format.