|
@@ -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, |
|
|