1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 19:38:09 +00:00

Merge pull request #8 from darkskiez/master

Add u2f counter to storage
This commit is contained in:
Pavol Rusnak 2015-11-03 13:18:44 +01:00
commit 72268e816b

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
}