mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 23:26:21 +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) {}
|
||||
2
tests/unittests/test_omemo.h
Normal file
2
tests/unittests/test_omemo.h
Normal file
@@ -0,0 +1,2 @@
|
||||
void test_omemo_aesgcm256_encrypt_file(void **state);
|
||||
void test_omemo_aesgcm256_decrypt_file(void **state);
|
||||
Reference in New Issue
Block a user