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

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: 23 Jan 2023

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.

Documentation

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

Dependencies (3)

  1. stdlib-shims >= "0.3.0"
  2. ocaml >= "4.02"
  3. dune >= "2.9"

Dev Dependencies (2)

  1. odoc with-doc
  2. ounit2 with-test

Used by (16)

  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
  10. opam-core >= "2.2.0~alpha"
  11. plotkicadsch
  12. qcow >= "0.11.0"
  13. qcow-tool >= "0.10.4"
  14. sibylfs
  15. vhd-tool
  16. ws

Conflicts

None