package otr
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Off the record implementation purely in OCaml
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      otr-1.0.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=fc2715a8b6ddca507e2eaa4a3444e4a6f43c4840087041423b5319aaf7662565
    
    
  sha512=14319d717232113a17a21a28fda3a2ef9363daff70012252cae0013a65d7d682fb5bcaea7f84180e7d2761d29661c7035ec87a49a9a9d172dc99a015d38d1cab
    
    
  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: 21 Oct 2024
README
OTR - Off the record implementation purely in OCaml
v1.0.0
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)
- 
  
    base64
  
  
    >= "3.1.0"
- astring
- 
  
    digestif
  
  
    >= "1.2.0"
- 
  
    mirage-crypto-rng
  
  
    >= "1.0.0"
- 
  
    mirage-crypto-pk
  
  
    >= "1.0.0"
- 
  
    mirage-crypto
  
  
    >= "1.0.0"
- sexplib0
- 
  
    dune
  
  
    >= "1.0.0"
- 
  
    ocaml
  
  
    >= "4.13.0"
Dev Dependencies
None
Used by
None
Conflicts (1)
- 
  
    result
  
  
    < "1.5"
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page