You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.4 KiB
Markdown
22 lines
1.4 KiB
Markdown
|
|
item size in bytes position
|
|
+--------------------------------+-------------------------+
|
|
| Hash Descriptor | total 132 |
|
|
| | |
|
|
| - tag | 8 | --> +0
|
|
| - num_bytes_following | 8 | --> +8
|
|
| - hash algorithm | 8 | --> +16
|
|
| - partition name | 32 |
|
|
| - salt length | 4 |
|
|
| - digest length | 4 |
|
|
| - reserved | 60 |
|
|
+--------------------------------+-------------------------+
|
|
| Partition name | |
|
|
+--------------------------------+-------------------------+
|
|
| salt | |
|
|
+--------------------------------+-------------------------+
|
|
| digest | |
|
|
+--------------------------------+-------------------------+
|
|
| Padding | align by 8 |
|
|
+--------------------------------+-------------------------+ --> +16 + num_bytes_following
|