#ifndef _ENCRYPT_H_
#define _ENCRYPT_H_
#include "comm_types.h"
#include "stm32l4xx_hal.h"
#include "inflash.h"
#include "anemometer_dev.h"
#include "frt_protocol.h"

#define K_64 0x9B45824A

uint8_t JudgeEncrypt();

#endif //_ENCRYPT_H_