packagettweetnacl
Install
Dune Dependency
Authors
Maintainers
Sources
sha512=8c82799c3dcaef77d28b08ec24db94863c268e477443e6642b16d7188004d46a5146fa0b86967c3ace339a94283f2f61d7eab842d745eadf1951f9001b6dcee6
Description
Ttweetnacl is an OCaml module providing thin bindings to theTweetNaCl cryptographic library.
Ttweetnacl has no dependencies. The binding code is distributed underthe ISC license and the integrated TweetNaCl C code is in the publicdomain.
README
ttweetnacl — Thin bindings to TweetNaCl cryptography for OCaml
v0.1.0
Ttweetnacl is an OCaml module providing thin bindings to theTweetNaCl 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 withopam
:
opam install ttweetnacl
If you don't useopam
consult theopam
file for build instructions.
Documentation
The documentation can be consultedonline or viaodig doc ttweetnacl
.
Questions are welcome but better asked on theOCaml forum than on the issue tracker.
TweetNaCl C Code
The C code is the 20140427 version of the library as foundhere.
Dependencies (4)
- topkg
build & >= "1.0.3"
- ocamlbuild
build
- ocamlfind
build
- ocaml
>= "4.13.0"
Dev Dependencies
None
Used by
None
Conflicts
None