mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 06:48:16 +00:00
Making 256 bits default
Making 24 words default (what is already being done in myTREZOR anyway)
This commit is contained in:
parent
d334bbf740
commit
4e7196bb92
@ -318,7 +318,7 @@ message LoadDevice {
|
||||
*/
|
||||
message ResetDevice {
|
||||
optional bool display_random = 1; // display entropy generated by the device before asking for additional entropy
|
||||
optional uint32 strength = 2 [default=128]; // strength of seed in bits
|
||||
optional uint32 strength = 2 [default=256]; // strength of seed in bits
|
||||
optional bool passphrase_protection = 3; // enable master node encryption using passphrase
|
||||
optional bool pin_protection = 4; // enable PIN protection
|
||||
optional string language = 5 [default='english']; // device language
|
||||
|
Loading…
Reference in New Issue
Block a user