package sha

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

Install

Dune Dependency

Authors

Maintainers

Sources

sha-v1.15.1.tbz
sha256=711b63c9dbf08178229a2e85dc2e3c8fb2eb5a07cc3ba9bd5092a32a5c6fa744
sha512=6c18039bac7fb420c918217c3119f3913235e4ca1846818b6b7d6a8df24221aef32f9c6ccf1c235a499d296d76471b0709b73faf4b3c525ffbf814f96d557b66

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: 04 Oct 2021

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" & < "5.0"
  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 < "0.5.1"
  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