package otr

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

Install

Dune Dependency

Authors

Maintainers

Sources

otr-v0.3.8.tbz
sha256=6d2434ee8394922197de3146ce2c409d0567c6b517062705a416dbcf114d16a2
sha512=3e9885fba19e1b7316bccb7c9f4ec92d94104ab706458b9ca6f1c989eadbbd472da60c8a57b7cd2f7855a3bb08b0271772666cc0d4927516f27892ead145b6f3

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: 15 Mar 2020

README

OTR - Off the record implementation purely in OCaml

v0.3.8

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

Dev Dependencies (1)

  1. mirage-crypto-rng with-test

Used by

None

Conflicts

None