mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-10-14 09:55:33 +08:00
it still works,commit before refactor
This commit is contained in:
@@ -8,4 +8,7 @@
|
||||
#include <stdio.h>
|
||||
int my_encrypt(uint8_t *data,uint8_t *output,int &len,uint8_t * key);
|
||||
int my_decrypt(uint8_t *data,uint8_t *output,int &len,uint8_t * key);
|
||||
|
||||
int my_encrypt_pesudo_header(uint8_t *data,uint8_t *output,int &len,uint8_t * key,uint8_t *header,int hlen);
|
||||
int my_decrypt_pesudo_header(uint8_t *data,uint8_t *output,int &len,uint8_t * key,uint8_t *header,int hlen);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user