package salsa20-core

  1. Overview
  2. Docs

Description

A pure OCaml implementation of Salsa20 Core functions, both Salsa20/20 Core and the reduced Salsa20/8 Core and Salsa20/12 Core functions.

Published: 06 Mar 2017

README

README.md

The Salsa20 core functions, in pure OCaml

A pure OCaml implementation of Salsa20 Core functions, both Salsa20/20 Core and the reduced Salsa20/8 Core and Salsa20/12 Core functions.

Dependencies (6)

  1. nocrypto >= "0.5.3"
  2. cstruct >= "1.7.0" & < "6.0.1"
  3. topkg build
  4. ocamlbuild build
  5. ocamlfind build
  6. ocaml >= "4.02.0"

Dev Dependencies (2)

  1. alcotest with-test
  2. cstruct with-test & < "3.2.0"

Used by (2)

  1. salsa20
  2. scrypt-kdf >= "0.4.0"

Conflicts

None