mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-01 12:22:34 +00:00
Add u2f counter to storage
This commit is contained in:
parent
7da678c446
commit
a272580741
@ -25,4 +25,5 @@ message Storage {
|
|||||||
optional string label = 8; // device label
|
optional string label = 8; // device label
|
||||||
optional bool imported = 9; // was storage imported from an external source?
|
optional bool imported = 9; // was storage imported from an external source?
|
||||||
optional bytes homescreen = 10; // image used as homescreen (logo + label is used when not set)
|
optional bytes homescreen = 10; // image used as homescreen (logo + label is used when not set)
|
||||||
|
optional uint32 u2f_counter = 11; // sequence number for u2f authentications
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user