We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f602738 commit 0880c28Copy full SHA for 0880c28
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/SHA3_512.cs
@@ -29,7 +29,7 @@ public abstract class SHA3_512 : HashAlgorithm
29
public const int HashSizeInBytes = HashSizeInBits / 8;
30
31
/// <summary>
32
- /// Initializes a new instance of <see cref="SHA3_256" />.
+ /// Initializes a new instance of <see cref="SHA3_512" />.
33
/// </summary>
34
protected SHA3_512()
35
{
0 commit comments