package ttweetnacl

  1. Overview
  2. Docs

ttweetnacl — Thin bindings to TweetNaCl cryptography for OCaml

v0.1.0

Ttweetnacl is an OCaml module providing thin bindings to the TweetNaCl cryptographic library.

Ttweetnacl has no dependencies. The binding code is distributed under the ISC license and the integrated TweetNaCl C code is in the public domain.

Homepage: https://erratique.ch/software/ttweetnacl

Installation

Ttweetnacl can be installed with opam:

opam install ttweetnacl

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation can be consulted online or via odig doc ttweetnacl.

Questions are welcome but better asked on the OCaml forum than on the issue tracker.

TweetNaCl C Code

The C code is the 20140427 version of the library as found here.

OCaml

Innovation. Community. Security.