mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
DebugLinkState provides internal entropy, added skip_checksum to LoadDevice
This commit is contained in:
parent
8f80e44fb4
commit
304de4fc4a
@ -216,6 +216,7 @@ message LoadDevice {
|
|||||||
optional bool passphrase_protection = 4;
|
optional bool passphrase_protection = 4;
|
||||||
optional bytes language = 5 [default='english'];
|
optional bytes language = 5 [default='english'];
|
||||||
optional bytes label = 6 [(binary) = true];
|
optional bytes label = 6 [(binary) = true];
|
||||||
|
optional bool skip_checksum = 7; // Do not test mnemonic for valid BIP39 checksum
|
||||||
}
|
}
|
||||||
|
|
||||||
// Request device to do full-reset, to generate new seed
|
// Request device to do full-reset, to generate new seed
|
||||||
@ -402,6 +403,7 @@ message DebugLinkState {
|
|||||||
optional bool passphrase_protection = 6;
|
optional bool passphrase_protection = 6;
|
||||||
optional bytes word = 7; // What word is on display in RecoveryDevice/ResetDevice workflow
|
optional bytes word = 7; // What word is on display in RecoveryDevice/ResetDevice workflow
|
||||||
optional int32 word_pos = 8; // Which word of mnemonic do the device expect
|
optional int32 word_pos = 8; // Which word of mnemonic do the device expect
|
||||||
|
optional bytes entropy = 9; // Return current entropy of ResetDevice workflow
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ask device to shutdown/restart
|
// Ask device to shutdown/restart
|
||||||
|
Loading…
Reference in New Issue
Block a user