Files
HC32F460BootLoader/source/User/Inc/Encryption.h
T

8 lines
174 B
C
Raw Normal View History

2026-06-22 09:19:00 +08:00
#ifndef __EPT__
#define __EPT__
void Encrypt_Code(unsigned char *data, unsigned char *EPT_data);
void Decrypt_Code(unsigned char *EPT_data,unsigned char *DPT_data);
#endif