1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

docs: add info about image dimensions in vendor header

This commit is contained in:
Pavol Rusnak 2018-09-25 18:12:05 +02:00
parent 17c3ff92f8
commit 25d00ab08c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -124,7 +124,7 @@ of 512 bytes.
| ? | 1 | vstr_len | vendor string length |
| ? | ? | vstr | vendor string |
| ? | ? | vstrpad | padding to a multiple of 4 bytes |
| ? | ? | vimg | vendor image (in [TOIf format](toif.md)) |
| ? | ? | vimg | vendor image (120x120 pixels in [TOIf format](toif.md)) |
| ? | ? | reserved | padding to an address that is -65 modulo 512 (zeroed) |
| ? | 1 | sigmask | SatoshiLabs signature indexes (bitmap) |
| ? | 64 | sig | SatoshiLabs aggregated signature of the vendor header |