package sha

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

Install

Dune Dependency

Authors

Maintainers

Sources

sha-v1.14.tbz
sha256=29d051bf35f30132d11e45069688257002bfe26463befda257eedce672f39b84
sha512=029a86e1aab43bc496f7cd285f056f0d5b192e0e90ce989d628b2e64ae1dc03860f91d382337a6a772635fe746cc63fe283e1857fa6ab2f51019c3adb3f19108

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: 15 Mar 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. dune >= "2.0"
  3. ocaml < "5.0.0"

Dev Dependencies (1)

  1. ounit 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"
  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