mirror of
https://github.com/tsl0922/EPD-nRF5.git
synced 2025-12-10 16:18:12 +08:00
13 lines
630 B
C
13 lines
630 B
C
|
|
/* This file was automatically generated by nrfutil on 2025-05-12 (YY-MM-DD) at 17:25:15 */
|
|
|
|
#include "stdint.h"
|
|
#include "compiler_abstraction.h"
|
|
|
|
/** @brief Public key used to verify DFU images */
|
|
__ALIGN(4) const uint8_t pk[64] =
|
|
{
|
|
0xcf, 0x3f, 0x99, 0x8e, 0x73, 0xeb, 0xca, 0x98, 0xfe, 0x89, 0x7b, 0x51, 0xa5, 0xe5, 0x55, 0x65, 0x8c, 0xe6, 0x00, 0x77, 0x7a, 0x1e, 0x7c, 0xd2, 0x8d, 0xa4, 0xb8, 0x71, 0x0b, 0xae, 0x51, 0x18,
|
|
0x08, 0x22, 0xe3, 0xc7, 0x19, 0x0c, 0x0e, 0x58, 0xa0, 0xdd, 0xe3, 0xbc, 0xb5, 0xf7, 0x19, 0x6f, 0xfe, 0xc0, 0xc1, 0xf8, 0x8d, 0x34, 0x7b, 0xb3, 0xf2, 0x06, 0xfe, 0x96, 0x6c, 0x21, 0x5e, 0x55
|
|
};
|