Skip to content

Commit bb070e0

Browse files
authored
Merge pull request #28 from agucova/patch-1
fix: broken wikipedia link for AES-CTR
2 parents e0a574a + ddb2659 commit bb070e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/security/architecture.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The file header stores certain metadata, which is needed for file content encryp
118118
It consists of 88 bytes.
119119

120120
* 16 bytes nonce used during header payload encryption.
121-
* 40 bytes `AES-CTR <https://en.wikipedia.org/wiki/Block*cipher*mode*of*operation#Counter*.28CTR.29>`_ encrypted payload consisting of:
121+
* 40 bytes `AES-CTR <https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Counter_(CTR)>`_ encrypted payload consisting of:
122122

123123
* 8 bytes filled with 1 for future use (formerly used for file size) and
124124
* 32 bytes file content key.

0 commit comments

Comments
 (0)