Browse Source

disable test key.

main
John-Mark Gurney 2 years ago
parent
commit
34dc2bf0a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rs485hid/strobe_pki.c

+ 1
- 1
rs485hid/strobe_pki.c View File

@@ -37,7 +37,7 @@
uint8_t keyvalid; uint8_t keyvalid;


static const uint8_t privkey[roundup(EC_PRIVATE_BYTES, sizeof(uint8_t)) / sizeof(uint8_t)] __attribute__ ((section (".savekeys"))) = { static const uint8_t privkey[roundup(EC_PRIVATE_BYTES, sizeof(uint8_t)) / sizeof(uint8_t)] __attribute__ ((section (".savekeys"))) = {
#if 1
#if 0
0xae, 0xe7, 0xdd, 0x04, 0x84, 0xb3, 0xcd, 0x3c, 0xae, 0xe7, 0xdd, 0x04, 0x84, 0xb3, 0xcd, 0x3c,
0xef, 0x25, 0x71, 0x83, 0xc4, 0x6c, 0x5d, 0x3c, 0xef, 0x25, 0x71, 0x83, 0xc4, 0x6c, 0x5d, 0x3c,
0xee, 0x98, 0xee, 0x79, 0xf2, 0x97, 0x6a, 0xe8, 0xee, 0x98, 0xee, 0x79, 0xf2, 0x97, 0x6a, 0xe8,


Loading…
Cancel
Save