From 304de4fc4af4084fa32d975dfbc2cb94a4a507a6 Mon Sep 17 00:00:00 2001 From: slush0 Date: Fri, 21 Feb 2014 01:50:03 +0100 Subject: [PATCH] DebugLinkState provides internal entropy, added skip_checksum to LoadDevice --- protob/messages.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protob/messages.proto b/protob/messages.proto index 07fb5d2c36..5f5af1ef6b 100644 --- a/protob/messages.proto +++ b/protob/messages.proto @@ -216,6 +216,7 @@ message LoadDevice { optional bool passphrase_protection = 4; optional bytes language = 5 [default='english']; 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 @@ -402,6 +403,7 @@ message DebugLinkState { optional bool passphrase_protection = 6; 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 bytes entropy = 9; // Return current entropy of ResetDevice workflow } // Ask device to shutdown/restart