Skip to content

Commit b1bb64b

Browse files
tghosthelarlang
authored andcommitted
Clarify 6.2.9 wording to resolve #2461
1 parent 12e8a78 commit b1bb64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5.0/en/0x14-V6-Cryptography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Although this section is not easily penetration tested, developers should consid
5757
| **6.2.6** | [MOVED TO 6.5.3] | | | | |
5858
| **6.2.7** | [MOVED TO 6.5.4] | | | | |
5959
| **6.2.8** | Verify that all cryptographic operations are constant-time, with no 'short-circuit' operations in comparisons, calculations, or returns, to avoid leaking information. | | || 385 |
60-
| **6.2.9** | [ADDED] All cryptographic primitives MUST utilize a minimum of 128-bits of security, with exceptions only made for equipment or applications approaching end of life, where the requirement is at least 112-bits of security for all cryptography. |||| 311 |
60+
| **6.2.9** | [ADDED] Verify that all cryptographic primitives utilize a minimum of 128-bits of security, with exceptions only made for equipment or applications approaching end of life, where the requirement is at least 112-bits of security for all cryptography. |||| 311 |
6161

6262
## V6.3 Random Values
6363

0 commit comments

Comments
 (0)