1
0
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:
Karel Bílek 2015-07-17 14:26:05 +02:00
parent d334bbf740
commit 4e7196bb92

View File

@ -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