1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 16:00:57 +00:00

Storage.proto: Added u2f root key

Cache U2F private key to avoid doing computation on seed when u2f is
used.  See issue trezor/trezor-mcu#251
This commit is contained in:
Jochen Hoenicke 2017-12-13 09:19:24 +01:00 committed by Pavol Rusnak
parent 4c62529625
commit 8019bd2730

View File

@ -25,4 +25,5 @@ message Storage {
optional uint32 u2f_counter = 11; // sequence number for u2f authentications
optional bool needs_backup = 12; // seed is not backed up yet
optional uint32 flags = 13; // device flags
optional HDNodeType u2froot = 14; // U2F root node
}