mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-17 11:58:13 +00:00
commit
0a4b5a5aee
@ -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