mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
u2f: add u2f.bin.coffee
This commit is contained in:
parent
e3460b9f00
commit
61044b3fc3
@ -120,6 +120,16 @@ static const U2FWellKnown u2f_well_known[] = {
|
||||
0x21, 0x96, 0xf1, 0x06, 0xd1, 0x6c, 0xa3, 0x12 },
|
||||
"Yubico U2F Demo",
|
||||
&bmp_u2f_yubico
|
||||
},
|
||||
{
|
||||
// https://u2f.bin.coffee
|
||||
{
|
||||
0x1b, 0x3c, 0x16, 0xdd, 0x2f, 0x7c, 0x46, 0xe2,
|
||||
0xb4, 0xc2, 0x89, 0xdc, 0x16, 0x74, 0x6b, 0xcc,
|
||||
0x60, 0xdf, 0xcf, 0x0f, 0xb8, 0x18, 0xe1, 0x32,
|
||||
0x15, 0x52, 0x6e, 0x14, 0x08, 0xe7, 0xf4, 0x68 },
|
||||
"u2f.bin.coffee",
|
||||
NULL
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user