otr
Off the record implementation purely in OCaml
README
v0.3.9
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
-
04 Aug 2021
- Maintainers
-
Sources
otr-v0.3.9.tbz
sha256=e05d0fd26622f4c3c0fbd40a7168bba31c4c1da53a95ee32f66a385ab99ed918
sha512=a55a60138513e25680caae93966ebc2d0926ef9759c9fb75e5d5f59e3eafc73a1afa435b0020154060fd57923196093d4408d8d4c0fa442c9899df906fdf4065
Dependencies
mirage-crypto-rng
with-test
base64
>= "3.1.0"
mirage-crypto-pk
< "0.10.3"
cstruct
>= "6.0.0"
ocaml
>= "4.07.0"
Reverse Dependencies