Skip to content

Commit c69e36c

Browse files
Update SHA3 algs to use dash in ids (#3013)
1 parent deb38b0 commit c69e36c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

desktop-src/SecCNG/cng-algorithm-identifiers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ The following identifiers are used to identify standard encryption algorithms in
5353
| **BCRYPT_SHA256_ALGORITHM**<br/>L"SHA256" | The 256-bit secure hash algorithm.<br/>Standard: FIPS 180-2, FIPS 198. |
5454
| **BCRYPT_SHA384_ALGORITHM**<br/>L"SHA384" | The 384-bit secure hash algorithm.<br/>Standard: FIPS 180-2, FIPS 198. |
5555
| **BCRYPT_SHA512_ALGORITHM**<br/>L"SHA512" | The 512-bit secure hash algorithm.<br/>Standard: FIPS 180-2, FIPS 198. |
56-
| **BCRYPT_SHA3_256_ALGORITHM**<br/>L"SHA3_256" | The SHA3 256-bit secure hash algorithm.<br/>Standard: FIPS 202.<br/>**Windows 11, version 24H2:** Support for this algorithm begins. |
57-
| **BCRYPT_SHA3_384_ALGORITHM**<br/>L"SHA3_384" | The SHA3 384-bit secure hash algorithm.<br/>Standard: FIPS 202.<br/>**Windows 11, version 24H2:** Support for this algorithm begins. |
58-
| **BCRYPT_SHA3_512_ALGORITHM**<br/>L"SHA3_512" | The SHA3 512-bit secure hash algorithm.<br/>Standard: FIPS 202.<br/>**Windows 11, version 24H2:** Support for this algorithm begins. |
56+
| **BCRYPT_SHA3_256_ALGORITHM**<br/>L"SHA3-256" | The SHA3 256-bit secure hash algorithm.<br/>Standard: FIPS 202.<br/>**Windows 11, version 24H2:** Support for this algorithm begins. |
57+
| **BCRYPT_SHA3_384_ALGORITHM**<br/>L"SHA3-384" | The SHA3 384-bit secure hash algorithm.<br/>Standard: FIPS 202.<br/>**Windows 11, version 24H2:** Support for this algorithm begins. |
58+
| **BCRYPT_SHA3_512_ALGORITHM**<br/>L"SHA3-512" | The SHA3 512-bit secure hash algorithm.<br/>Standard: FIPS 202.<br/>**Windows 11, version 24H2:** Support for this algorithm begins. |
5959
| **BCRYPT_SHAKE128_ALGORITHM**<br/>L"SHAKE128" | The SHA3 XOF with 128-bit strength.<br/>Standard: FIPS 202.<br/><br/>**Note:** This identifier is part of a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. The identifier is available in pre-release versions of the [Windows Insider Preview](https://www.microsoft.com/software-download/windowsinsiderpreviewSDK). |
6060
| **BCRYPT_SHAKE256_ALGORITHM**<br/>L"SHAKE256" | The SHA3 XOF with 256-bit strength.<br/>Standard: FIPS 202.<br/><br/>**Note:** This identifier is part of a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. The identifier is available in pre-release versions of the [Windows Insider Preview](https://www.microsoft.com/software-download/windowsinsiderpreviewSDK). |
6161
| **BCRYPT_SLHDSA_ALGORITHM**<br/>L"SLH-DSA" | The Stateless Hash-based digital signature algorithm (SLH-DSA).<br/>Standard: FIPS 205.<br/><br/>**Note:** This identifier is part of a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. The identifier is available in pre-release versions of the [Windows Insider Preview](https://www.microsoft.com/software-download/windowsinsiderpreviewSDK). |

0 commit comments

Comments
 (0)