mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Rename namespace.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user