mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 14:58:09 +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 {
|
message ResetDevice {
|
||||||
optional bool display_random = 1; // display entropy generated by the device before asking for additional entropy
|
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 passphrase_protection = 3; // enable master node encryption using passphrase
|
||||||
optional bool pin_protection = 4; // enable PIN protection
|
optional bool pin_protection = 4; // enable PIN protection
|
||||||
optional string language = 5 [default='english']; // device language
|
optional string language = 5 [default='english']; // device language
|
||||||
|
Loading…
Reference in New Issue
Block a user