|
|
@ -0,0 +1,12 @@ |
|
|
|
|
|
|
|
/* This file was automatically generated by nrfutil on 2024-02-05 (YY-MM-DD) at 13:44:31 */ |
|
|
|
|
|
|
|
#include "stdint.h" |
|
|
|
#include "compiler_abstraction.h" |
|
|
|
|
|
|
|
/** @brief Public key used to verify DFU images */ |
|
|
|
__ALIGN(4) const uint8_t pk[64] = |
|
|
|
{ |
|
|
|
0x5d, 0xe7, 0x29, 0x47, 0x71, 0xad, 0x13, 0x6a, 0x95, 0xac, 0xa3, 0x22, 0xb2, 0x85, 0x70, 0x8e, 0xb4, 0x15, 0x56, 0xeb, 0xae, 0x7d, 0x24, 0xff, 0xbf, 0x02, 0x7b, 0x23, 0xfd, 0x12, 0xab, 0x65, |
|
|
|
0x04, 0xac, 0x9f, 0x35, 0xbe, 0xd6, 0x25, 0x92, 0xc9, 0x06, 0x3c, 0x03, 0x91, 0x51, 0x55, 0x0a, 0x5f, 0xd2, 0xf1, 0x4c, 0x94, 0xd1, 0x1d, 0x21, 0xdb, 0xaa, 0xf5, 0x63, 0x54, 0x44, 0xce, 0x7a |
|
|
|
}; |