package chacha

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

Install

Authors

Maintainers

Sources

chacha-1.0.0.tbz
sha256=b7c74e310403a637b441bb8e8634886b7c675ee5dcc4c5532c435afebc1d800e
sha512=8970b66083f28ddbb5da65c0b59323a9821b790dbaecd49f4a2a2f18025a674e3493292699626b13e414c4d09fdad3a2f25783a3ca0c15ab9b678a69485858eb

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: 31 Mar 2020

Dependencies (5)

  1. ocaml >= "4.02.0"
  2. mirage-crypto
  3. cstruct >= "3.2.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"