Skip to content

Commit 84fec60

Browse files
authored
Merge pull request #15 from johnkellyoxford/dev
Fixed failed MD links
2 parents f0d7187 + 8958458 commit 84fec60

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/HeaderSpec.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@
2727
| Argument | Meaning | Values|
2828
| ------------- |-------------| ----- |
2929
| <a href="#HMAC">HMAC</a> | The verification hash used to confirm the file hasn't changed | 128 - 512 bit byte array (16-64 bytes) |
30-
| [KEYVERIFICATIONHASH](#KEYVERIFICATIONHASH) | A hash of the key to verify if the password is correct | 128 - 512 bit byte array (16-64 bytes) |
31-
| [ENCRYPTMODE](#ENCRYPTMODE) | A byte representing the encryption type | A number in the table of [ENCRYPTMODE](#ENCRYPTMODE) page |
30+
| <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 |
3232

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

35-
### KEYVERIFICATIONHASH
35+
### <p id="KEYVERIFICATIONHASH">KEYVERIFICATIONHASH</p>
36+
37+
### <p id ="ENCRYPTMODE">ENCRYPTMODE</P>

0 commit comments

Comments
 (0)