12 lines
629 B
C
12 lines
629 B
C
/* This file was automatically generated by nrfutil on 2023-09-25 (YY-MM-DD) at 23:00:35 */
|
|
|
|
#include "stdint.h"
|
|
#include "compiler_abstraction.h"
|
|
|
|
/** @brief Public key used to verify DFU images */
|
|
__ALIGN(4) const uint8_t pk[64] =
|
|
{
|
|
0xb3, 0xc2, 0xde, 0xcd, 0xbd, 0x64, 0xc0, 0x94, 0x7d, 0x38, 0x53, 0x12, 0xc4, 0x46, 0xf1, 0x11, 0xe2, 0xee, 0xe7, 0x4a, 0x98, 0xcb, 0x7e, 0x84, 0x63, 0xc2, 0x90, 0x63, 0x54, 0x11, 0x42, 0x61,
|
|
0x00, 0x89, 0x13, 0x47, 0xf9, 0x08, 0x8e, 0xd1, 0x15, 0x11, 0x85, 0x5c, 0xf8, 0x7d, 0xec, 0x9a, 0x5e, 0x62, 0x63, 0xc0, 0xc1, 0x33, 0x88, 0x6c, 0xbc, 0xbf, 0xf6, 0x5d, 0xe2, 0xb7, 0xa5, 0xe4
|
|
};
|