package ttweetnacl

  1. Overview
  2. Docs
Thin bindings to TweetNaCl cryptography for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

ttweetnacl-0.1.0.tbz
sha512=8c82799c3dcaef77d28b08ec24db94863c268e477443e6642b16d7188004d46a5146fa0b86967c3ace339a94283f2f61d7eab842d745eadf1951f9001b6dcee6

Description

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

README

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.

Dependencies (4)

  1. topkg build & >= "1.0.3"
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml >= "4.13.0"

Dev Dependencies

None

Used by

None

Conflicts

None