Skip to content

Commit 8a86593

Browse files
authored
Update HeaderSpec.md
1 parent 84fec60 commit 8a86593

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/HeaderSpec.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424

2525
## Header items
2626

27-
| Argument | Meaning | Values|
28-
| ------------- |-------------| ----- |
29-
| <a href="#HMAC">HMAC</a> | The verification hash used to confirm the file hasn't changed | 128 - 512 bit byte array (16-64 bytes) |
27+
| Argument | Meaning | Values|
28+
| ------------------------------------------------------ |-------------------------------- | ------------------------------------ |
29+
| <a href="#HMAC">HMAC</a> | The verification hash used to confirm the file hasn't changed | 128 - 512 bit byte array (16-64 bytes) |
3030
| <a href="#KEYVERIFICATIONHASH">KEYVERIFICATIONHASH</a> | A hash of the key to verify if the password is correct | 128 - 512 bit byte array (16-64 bytes) |
31-
| <a href="#ENCRYPTMODE">ENCRYPTMODE</a> | A byte representing the encryption type | A string in the table of <a href="#ENCRYPTMODE">ENCRYPTMODE</a> page, and the (undefined ATM -- TODO) enumeration |
31+
| <a href="#ENCRYPTMODE">ENCRYPTMODE</a> | A byte representing the encryption type | A string in the table of <a href="#ENCRYPTMODE">ENCRYPTMODE</a> page, and the (undefined ATM -- TODO) enumeration |
3232

3333
### <p id="HMAC">HMAC</p>
3434

0 commit comments

Comments
 (0)