mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-10-14 09:55:33 +08:00
split to multi files
This commit is contained in:
13
encrypt.h
13
encrypt.h
@@ -1,13 +1,10 @@
|
||||
#ifndef _ENCRYPTION_H_
|
||||
#define _ENCRYPTION_H_
|
||||
#include <aes.h>
|
||||
#include <md5.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include "aes.h"
|
||||
#include "md5.h"
|
||||
|
||||
#include "common.h"
|
||||
|
||||
using namespace std;
|
||||
int my_encrypt(const char *data,char *output,int &len,char * key);
|
||||
int my_decrypt(const char *data,char *output,int &len,char * key);
|
||||
|
Reference in New Issue
Block a user