package cryptokit

  1. Overview
  2. Docs
A library of cryptographic primitives.

Install

Dune Dependency

Authors

Maintainers

Sources

release114.tar.gz
md5=9c7faf35494a5d0867b41c898e20751d

Description

Cryptokit includes block ciphers (AES, DES, 3DES), stream ciphers (ARCfour), public-key crypto (RSA, DH), hashes (SHA-1, SHA-256, SHA-3), MACs, compression, random number generation -- all presented with a compositional, extensible interface.

Published: 30 Oct 2019

Dependencies (6)

  1. zarith >= "1.4"
  2. conf-gmp-powm-sec
  3. conf-zlib
  4. ocamlbuild build & != "0.9.0"
  5. ocamlfind build
  6. ocaml >= "4.02.0" & < "5.0"

Dev Dependencies

None

Conflicts

None