Add crypto backend for signal-protocol

This commit is contained in:
Paul Fariello
2019-02-19 19:18:15 +01:40
parent 4a5b672f95
commit bfbc8edcad
6 changed files with 317 additions and 3 deletions

3
src/omemo/omemo.h Normal file
View File

@@ -0,0 +1,3 @@
#include "config/account.h"
void omemo_init(ProfAccount *account);