We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3d737 commit dae43cbCopy full SHA for dae43cb
bitbox-da14531-firmware.o
68 Bytes
src/factorysetup.c
@@ -47,8 +47,8 @@
47
48
// We commit to the BLE firmware hash here to avoid accidentally installing an unexpected firmware.
49
static const uint8_t _allowed_ble_fw_hash[32] =
50
- "\xdd\x67\x9f\x54\x6c\x3e\xea\xab\x4e\x2a\x23\x94\x19\x90\xc2\xee\xaa\xb9\x12\xea\x68\x90\x09"
51
- "\x20\xb6\x18\x5d\x20\x34\x72\xe8\xf8";
+ "\x6d\x9e\x19\xe4\x94\x31\x0b\x73\x0b\xfe\x22\x8a\x4d\xdc\x50\x3b\xee\xd1\x5f\xa1\x28\xd2\xea"
+ "\x35\x44\x6f\xb8\xad\x35\x02\xac\x7a";
52
53
// 65 bytes uncompressed secp256k1 root attestation pubkey.
54
#define ROOT_PUBKEY_SIZE 65
0 commit comments