mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Format code
This commit is contained in:
parent
88ca87c654
commit
7ba1f28f6b
9 changed files with 77 additions and 73 deletions
|
|
@ -4,7 +4,11 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
void gcrypt_init();
|
||||
|
||||
void gcrypt_set_key_and_iv(char *key, char *iv);
|
||||
char* gcrypt_encrypt_msg(char* msg, size_t msg_length);
|
||||
char* gcrypt_decrypt_msg(char* msg, size_t msg_length);
|
||||
|
||||
char *gcrypt_encrypt_msg(char *msg, size_t msg_length);
|
||||
|
||||
char *gcrypt_decrypt_msg(char *msg, size_t msg_length);
|
||||
|
||||
#endif //DAWN_CRYPTO_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue