An implementation of the Double Ratchet cryptographic ratchet in C++
An implementation of the Double Ratchet cryptographic ratchet described by https://whispersystems.org/docs/specifications/doubleratchet/, written in C and C++11 and exposed as a C API.
An implementation of the Double Ratchet cryptographic ratchet described by https://whispersystems.org/docs/specifications/doubleratchet/, written in C and C++11 and exposed as a C API.
To install olm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install olm
To see what files were installed by olm, run:
port contents olm
To later upgrade olm, run:
sudo port selfupdate && sudo port upgrade olm
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.