You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: desktop-src/SecCNG/cng-algorithm-identifiers.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,9 @@ The following identifiers are used to identify standard encryption algorithms in
53
53
|**BCRYPT_SHA256_ALGORITHM**<br/>L"SHA256" | The 256-bit secure hash algorithm.<br/>Standard: FIPS 180-2, FIPS 198. |
54
54
|**BCRYPT_SHA384_ALGORITHM**<br/>L"SHA384" | The 384-bit secure hash algorithm.<br/>Standard: FIPS 180-2, FIPS 198. |
55
55
|**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. |
59
59
|**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). |
60
60
|**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). |
61
61
|**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