mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-09-27 11:51:08 -04:00
fpga: Set default app to defaultapp.bin
This commit is contained in:
parent
7f6471c9b2
commit
f1a734a09f
2 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@
|
|||
//
|
||||
// To update this, compute the BLAKE2s digest of the app.bin
|
||||
static const uint8_t allowed_app_digest[32] = {
|
||||
0x85, 0x29, 0xe3, 0x25, 0xf5, 0x8d, 0x53, 0x5f, 0xe1, 0x2a, 0x77,
|
||||
0x92, 0xe7, 0xdc, 0x4b, 0x4d, 0x1, 0x85, 0x17, 0xca, 0xfd, 0x54,
|
||||
0x83, 0xb3, 0xbb, 0x28, 0x4f, 0xa1, 0x98, 0x5f, 0x9e, 0x56,
|
||||
0x40, 0x7f, 0x58, 0xbe, 0x39, 0xcf, 0xae, 0xaf, 0x43, 0xa0, 0x75,
|
||||
0x90, 0x4d, 0x43, 0xa3, 0x2e, 0xa1, 0x5f, 0x4c, 0x1b, 0x6a, 0xf3,
|
||||
0x69, 0x4d, 0x74, 0x05, 0x21, 0x63, 0xa0, 0xd3, 0x69, 0x34,
|
||||
};
|
||||
|
||||
static uint8_t current_app_digest[32];
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue