package cryptokit

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

Install

Dune Dependency

Authors

Maintainers

Sources

release113.tar.gz
md5=4d726550381af513ccf56dfc94849c89

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: 20 Jun 2018

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