libsha-ocaml

Sha cryptographic hash functions for ocaml (runtime)
  https://github.com/vincenthz/ocaml-sha
  0
  no reviews



Sha-1 produces a 160-bit digest from its input. sha-256 and sha-512 produce 256-bit and 512-bit digests from their inputs, respectively.

this package contains the shared runtime stub libraries.