1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-22 05:10:56 +00:00

Add u2f counter to storage

This commit is contained in:
Mark Bryars 2015-11-03 00:04:48 +01:00
parent 7da678c446
commit a272580741

View File

@ -25,4 +25,5 @@ message Storage {
optional string label = 8; // device label
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 uint32 u2f_counter = 11; // sequence number for u2f authentications
}