Skip to content

Commit

Permalink
Update OpenPGP config
Browse files Browse the repository at this point in the history
- No support for Bluetooth -> AppFlags is now 0x000
- No more support for OpenPGP.XL: Only a single variant OpenPGP
  • Loading branch information
cedelavergne-ledger committed Feb 14, 2024
1 parent dfae81e commit 1fb301f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,17 +352,11 @@
"path": ["44'/1003'", "44'/354'"]
},
"OpenPGP": {
"appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"},
"appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x000", "stax": "0x000"},
"appName": "OpenPGP",
"curve": ["secp256k1"],
"path": ["2152157255'"]
},
"OpenPGP.XL": {
"appFlags": {"nanos": "0x000"},
"appName": "OpenPGP.XL",
"curve": ["secp256k1"],
"path": ["2152157255'"]
},
"PARA": {
"appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x200"},
"appName": "Parallel",
Expand Down

0 comments on commit 1fb301f

Please sign in to comment.