Merge pull request #7 from runn1ng/patch-2

Making 256 bits default
pull/41/head
Pavol Rusnak 9 years ago
commit 0a4b5a5aee

@ -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…
Cancel
Save