mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 12:08:59 +00:00
256 is the new default strength
This commit is contained in:
parent
9ed0604b65
commit
9643834821
2
cmdtr.py
2
cmdtr.py
@ -257,7 +257,7 @@ class Commands(object):
|
||||
)
|
||||
|
||||
reset_device.arguments = (
|
||||
(('-t', '--strength'), {'type': int, 'choices': [128, 192, 256], 'default': 128}),
|
||||
(('-t', '--strength'), {'type': int, 'choices': [128, 192, 256], 'default': 256}),
|
||||
(('-p', '--pin-protection'), {'action': 'store_true', 'default': False}),
|
||||
(('-r', '--passphrase-protection'), {'action': 'store_true', 'default': False}),
|
||||
(('-l', '--label'), {'type': str, 'default': ''}),
|
||||
|
Loading…
Reference in New Issue
Block a user