123456789101112131415 |
- /* This file was automatically generated by nrfutil on 2020-09-11 (YY-MM-DD) at 11:02:57 */
- #include "stdint.h"
- #include "compiler_abstraction.h"
- /* This file was generated with a throwaway private key, that is only inteded for a debug version of the DFU project.
- Please see https://github.com/NordicSemiconductor/pc-nrfutil/blob/master/README.md to generate a valid public key. */
- /** @brief Public key used to verify DFU images */
- __ALIGN(4) const uint8_t pk[64] =
- {
- 0x1d, 0x85, 0xdb, 0x30, 0x35, 0x98, 0xb4, 0x91, 0xa4, 0x9e, 0x84, 0x2b, 0x8a, 0x8f, 0xac, 0x71, 0x3f, 0x68, 0x65, 0x70, 0x0f, 0x34, 0x9c, 0xbd, 0x1c, 0x79, 0xb7, 0x10, 0x00, 0xf1, 0xc9, 0xb5,
- 0x63, 0xf9, 0x41, 0xd1, 0x70, 0xd6, 0x73, 0xce, 0xdc, 0xf7, 0xec, 0x48, 0x7d, 0x99, 0xb0, 0xef, 0x92, 0x97, 0xd2, 0x8b, 0x1d, 0xd0, 0xff, 0xde, 0x6a, 0x7c, 0x7a, 0xbf, 0x60, 0x4d, 0xd7, 0x1f
- };
|