Skip to content

Commit

Permalink
Fix incorrect documentation reference on SHA3_512
Browse files Browse the repository at this point in the history
  • Loading branch information
zgabi authored Mar 24, 2024
1 parent f602738 commit 0880c28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public abstract class SHA3_512 : HashAlgorithm
public const int HashSizeInBytes = HashSizeInBits / 8;

/// <summary>
/// Initializes a new instance of <see cref="SHA3_256" />.
/// Initializes a new instance of <see cref="SHA3_512" />.
/// </summary>
protected SHA3_512()
{
Expand Down

0 comments on commit 0880c28

Please sign in to comment.