mirror of
https://github.com/SabreTools/NDecrypt.git
synced 2026-07-08 18:06:38 +00:00
"Tool" naming was annoying me
This commit is contained in:
@@ -7,7 +7,7 @@ using SabreTools.Serialization.Wrappers;
|
||||
|
||||
namespace NDecrypt.Core
|
||||
{
|
||||
public class DSTool : ITool
|
||||
public class DSProcessor : ICartProcessor
|
||||
{
|
||||
#region Properties
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace NDecrypt.Core
|
||||
{
|
||||
public interface ITool
|
||||
public interface ICartProcessor
|
||||
{
|
||||
/// <summary>
|
||||
/// Attempts to encrypt an input file
|
||||
@@ -9,7 +9,7 @@ using static SabreTools.Data.Models.N3DS.Constants;
|
||||
|
||||
namespace NDecrypt.Core
|
||||
{
|
||||
public class ThreeDSTool : ITool
|
||||
public class ThreeDSProcessor : ICartProcessor
|
||||
{
|
||||
/// <summary>
|
||||
/// AES Hardware Constant
|
||||
@@ -359,7 +359,7 @@ namespace NDecrypt.Core
|
||||
|
||||
#endregion
|
||||
|
||||
public ThreeDSTool(bool development)
|
||||
public ThreeDSProcessor(bool development)
|
||||
{
|
||||
_development = development;
|
||||
}
|
||||
Reference in New Issue
Block a user