mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 13:46:22 +00:00
Initial /sendfile OMEMO encryption
This commit is contained in:
10
tests/unittests/test_omemo.c
Normal file
10
tests/unittests/test_omemo.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <cmocka.h>
|
||||
#include <setjmp.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "omemo/crypto.h"
|
||||
|
||||
void test_omemo_aesgcm256_encrypt_file(void **state) {}
|
||||
void test_omemo_aesgcm256_encrypt_file(void **state) {}
|
||||
Reference in New Issue
Block a user