#ifndef __BOOTLOADER_CRYPTO_H__ #define __BOOTLOADER_CRYPTO_H__ #include #include bool check_header(const uint8_t *data); #endif