You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
630 B
12 lines
630 B
|
|
/* This file was automatically generated by nrfutil on 2024-02-02 (YY-MM-DD) at 17:15:45 */
|
|
|
|
#include "stdint.h"
|
|
#include "compiler_abstraction.h"
|
|
|
|
/** @brief Public key used to verify DFU images */
|
|
__ALIGN(4) const uint8_t pk[64] =
|
|
{
|
|
0xfb, 0x37, 0x98, 0x4b, 0x72, 0xc1, 0x53, 0x7b, 0x86, 0xfb, 0xa6, 0x69, 0x8c, 0x90, 0xbc, 0x63, 0xe6, 0x1c, 0xbc, 0x46, 0x94, 0x1e, 0x3c, 0x01, 0x9c, 0x20, 0xb0, 0x13, 0x01, 0x12, 0xee, 0x2c,
|
|
0x42, 0x6f, 0x19, 0xbd, 0xbb, 0xdc, 0x97, 0x35, 0xc5, 0xcb, 0x0d, 0xd4, 0x45, 0xd7, 0x21, 0x1c, 0xa3, 0xc5, 0x66, 0xfd, 0x95, 0x52, 0x62, 0x1f, 0xb0, 0xb7, 0x86, 0xb8, 0x3e, 0x09, 0xf2, 0x2b
|
|
};
|