package otr

  1. Overview
  2. Docs
Off the record implementation purely in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

otr-0.3.5.tbz
md5=df4f8c0ec797a231f15add3f4b945edf

Description

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.

Published: 27 Aug 2018

README

OTR - Off the record implementation purely in OCaml

0.3.5

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).

Dependencies (9)

  1. rresult
  2. astring
  3. nocrypto >= "0.5.3"
  4. sexplib
  5. cstruct >= "1.9.0"
  6. topkg build
  7. ocamlbuild build
  8. ocamlfind build
  9. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None