初始版本

This commit is contained in:
2026-06-01 18:15:20 +08:00
parent 2786112b83
commit 4758a7f04e
134 changed files with 96670 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef __ENCRYPTION_H__
#define __ENCRYPTION_H__
void Encrypt_Code(unsigned char *data, unsigned char *EPT_data);
void Decrypt_Code(unsigned char *EPT_data,unsigned char *DPT_data);
#endif