Code style fixes.

This commit is contained in:
2020-07-22 13:20:24 +01:00
parent 843291076c
commit b2612422ab
14 changed files with 18 additions and 18 deletions

View File

@@ -38,7 +38,7 @@ using Aaru.CommonTypes.Interfaces;
namespace Aaru.Checksums
{
/// <summary>Wraps up .NET SHA512 implementation to a Init(), Update(), Final() context.</summary>
public class Sha512Context : IChecksum
public sealed class Sha512Context : IChecksum
{
readonly SHA512 _provider;