package sha

  1. Overview
  2. Docs

Description

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

Published: 03 Jan 2018

README

README

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](https://opensource.org/licenses/ISC).

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

Dependencies (2)

  1. jbuilder >= "1.0+beta13"
  2. ocaml >= "4.02.0" & < "5.0"

Dev Dependencies (1)

  1. ounit with-test

Used by (15)

  1. 0install >= "2.8"
  2. git = "1.2.0"
  3. goblint >= "1.1.1"
  4. haxe >= "4.0.0"
  5. hvsock >= "2.0.0"
  6. irmin < "0.9.0"
  7. liquid_std
  8. maki
  9. obuilder < "0.5"
  10. plotkicadsch
  11. qcow >= "0.11.0"
  12. qcow-tool >= "0.10.4"
  13. sibylfs
  14. vhd-tool
  15. ws

Conflicts

None