End-to-end encryption library implementing Double Ratchet algorithm
Implementation of the Double Ratchet cryptographic ratchet
$ gcc myapp.c -lolimdump `pkg-config --cflags --libs olm` -o myapp$ pkg-config --modversion olm$ pip install python-olm && python -c "from olm import Account; acc = Account()"$ npm install olm && node -e "const olm = require('olm'); console.log(olm.Account)"$ ls -la /usr/local/opt/libolm/lib/