Rename namespace.

This commit is contained in:
2020-02-27 00:33:23 +00:00
parent 223ccea7f0
commit d350a44632
17 changed files with 31 additions and 31 deletions

View File

@@ -33,9 +33,9 @@
using System.IO;
using System.Security.Cryptography;
using System.Text;
using DiscImageChef.CommonTypes.Interfaces;
using Aaru.CommonTypes.Interfaces;
namespace DiscImageChef.Checksums
namespace Aaru.Checksums
{
/// <summary>
/// Wraps up .NET SHA384 implementation to a Init(), Update(), Final() context.