otr
Off the record implementation purely in OCaml
README
0.3.4
This is an implementation of version 2 and 3 of the Off-the-record
protocol (https://otr.cypherpunks.ca/Protocol-v3-4.0.0.html) in OCaml.
Including the socialist millionairs protocol to authenticate a
communication partner over an encrypted channel providing a shared
secret.
Documentation
API documentation is available online
Best to be used with jackline.
Installation
opam install otr
will install this library, once you have installed OCaml (>=
4.02.0) and opam (>= 1.2.2).
Install
- Published
-
24 Nov 2017
- Maintainers
-
Sources
Dependencies
nocrypto
>= "0.5.3"
cstruct
>= "1.9.0" & < "4.0.0"
ppx_sexp_conv
< "v0.11.0"
topkg
build
ocamlbuild
build
ocamlfind
build
ocaml
>= "4.03.0"
Reverse Dependencies