diff options
Diffstat (limited to 'nrfdemo/builddk/mcuboot/zephyr/autogen-pubkey.c')
| -rw-r--r-- | nrfdemo/builddk/mcuboot/zephyr/autogen-pubkey.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nrfdemo/builddk/mcuboot/zephyr/autogen-pubkey.c b/nrfdemo/builddk/mcuboot/zephyr/autogen-pubkey.c new file mode 100644 index 0000000..6e1cf0e --- /dev/null +++ b/nrfdemo/builddk/mcuboot/zephyr/autogen-pubkey.c @@ -0,0 +1,16 @@ +/* Autogenerated by imgtool.py, do not edit. */ +const unsigned char ecdsa_pub_key[] = { + 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, + 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, + 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, + 0x42, 0x00, 0x04, 0x2a, 0xcb, 0x40, 0x3c, 0xe8, + 0xfe, 0xed, 0x5b, 0xa4, 0x49, 0x95, 0xa1, 0xa9, + 0x1d, 0xae, 0xe8, 0xdb, 0xbe, 0x19, 0x37, 0xcd, + 0x14, 0xfb, 0x2f, 0x24, 0x57, 0x37, 0xe5, 0x95, + 0x39, 0x88, 0xd9, 0x94, 0xb9, 0xd6, 0x5a, 0xeb, + 0xd7, 0xcd, 0xd5, 0x30, 0x8a, 0xd6, 0xfe, 0x48, + 0xb2, 0x4a, 0x6a, 0x81, 0x0e, 0xe5, 0xf0, 0x7d, + 0x8b, 0x68, 0x34, 0xcc, 0x3a, 0x6a, 0xfc, 0x53, + 0x8e, 0xfa, 0xc1, +}; +const unsigned int ecdsa_pub_key_len = 91; |
