mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
add fido_u2f app skeleton
This commit is contained in:
parent
04888a7128
commit
7e8e0e3439
0
src/apps/fido_u2f/__init__.py
Normal file
0
src/apps/fido_u2f/__init__.py
Normal file
5
src/apps/fido_u2f/knownapps.py
Normal file
5
src/apps/fido_u2f/knownapps.py
Normal file
@ -0,0 +1,5 @@
|
||||
knownapps = {
|
||||
b'c50f8a7b708e92f82e7a50e2bdc55d8fd91a22fe6b29c0cdf7805530842af581': 'Dropbox', # https://www.dropbox.com/u2f-app-id.json
|
||||
b'70617dfed065863af47c15556c91798880828cc407fdf70ae85011569465a075': 'Github', # https://github.com/u2f/trusted_facets
|
||||
b'a54672b222c4cf95e151ed8d4d3c767a6cc349435943794e884f3d023a8229fd': 'Google', # https://www.gstatic.com/securitykey/origins.json
|
||||
}
|
Loading…
Reference in New Issue
Block a user