Add inheritdoc.

This commit is contained in:
2022-03-17 00:21:26 +00:00
parent 4b209cb4c7
commit 30cbd81c84
2 changed files with 2 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ using System.Security.Cryptography;
using System.Text;
using Aaru.CommonTypes.Interfaces;
/// <inheritdoc />
/// <summary>Wraps up .NET MD5 implementation to a Init(), Update(), Final() context.</summary>
public sealed class Md5Context : IChecksum
{