Files
DoubleColumn_Trolley/Project/HC32F460/source/User/Inc/Encryption.h
T

8 lines
192 B
C
Raw Normal View History

2026-06-15 16:49:21 +08:00
#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