Commit 435edce
authored
fix(registry): correct TUAK naming and bcrypt pattern syntax (#751)
As discussed in ticket #750, this PR fixes data-quality issues in the
Cryptography Registry.
Fixes #750
### Details
- Fixes malformed bcrypt pattern optional parameter syntax
(`bcrypt[-{cost)]` → `bcrypt[-{cost}]`)
- Corrects TUAK algorithm family naming (previously listed as TUAC for
MAC and KDF variants)1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1022 | 1022 | | |
1023 | 1023 | | |
1024 | 1024 | | |
1025 | | - | |
| 1025 | + | |
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
1029 | | - | |
| 1029 | + | |
1030 | 1030 | | |
1031 | 1031 | | |
1032 | 1032 | | |
| |||
1411 | 1411 | | |
1412 | 1412 | | |
1413 | 1413 | | |
1414 | | - | |
| 1414 | + | |
1415 | 1415 | | |
1416 | 1416 | | |
1417 | 1417 | | |
| |||
0 commit comments