chacha
  1. Overview
  2. Docs
The Chacha functions, in OCaml

Install

Authors

Maintainers

Sources

1.1.0.tar.gz
md5=0c9cf7e83222b5feacc56edf657dfbd7
sha512=4a0cdf8649c6f03ee24534ec870d51920dfc37f5b64a6fd393114b810361eab27b2172b52d408275add3d2ca11808f0d85124594ff972fb2e73ba50c0bc0869c

Description

An OCaml implementation of ChaCha functions, both ChaCha20 and the reduced ChaCha8 and ChaCha12 functions. The hot loop is implemented in C for efficiency reasons.

Published: 05 Aug 2021

Dependencies (5)

  1. ocaml >= "4.02.0"
  2. mirage-crypto
  3. cstruct >= "6.0.0" & < "6.1.0"
  4. dune >= "1.8.0"
  5. conf-pkg-config build

Dev Dependencies (1)

  1. alcotest with-test

Used by

None

Conflicts (2)

  1. ocaml-freestanding < "0.4.1"
  2. mirage-xen-posix < "3.1.0"