libomemo-c

C implementation of Signal's Double Ratchet cryptographic protocol

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of Signal's ratcheting forward secrecy protocol

Commands

libomemo-c

Examples

Link against libomemo-c in a C project for OMEMO encryption$ gcc -I/usr/local/include -L/usr/local/lib myapp.c -lomemo-c -o myapp
Check installed version and library details$ pkg-config --modversion libomemo-c
Get compiler flags for building applications with libomemo-c$ pkg-config --cflags --libs libomemo-c