mirror of
https://github.com/SabreTools/NDecrypt.git
synced 2026-09-21 22:35:03 +00:00
Reduce unnecessary namespace nesting
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using NDecrypt.N3DS;
|
||||
using SabreTools.IO.Extensions;
|
||||
using SabreTools.Models.N3DS;
|
||||
using static NDecrypt.N3DS.CommonOperations;
|
||||
using static NDecrypt.Core.CommonOperations;
|
||||
using N3DSDeserializer = SabreTools.Serialization.Deserializers.N3DS;
|
||||
|
||||
namespace NDecrypt.Core
|
||||
|
||||
@@ -8,7 +8,7 @@ using Org.BouncyCastle.Security;
|
||||
using SabreTools.IO.Extensions;
|
||||
using SabreTools.Models.N3DS;
|
||||
|
||||
namespace NDecrypt.N3DS
|
||||
namespace NDecrypt.Core
|
||||
{
|
||||
internal static class CommonOperations
|
||||
{
|
||||
@@ -5,7 +5,7 @@ using System.Numerics;
|
||||
using SabreTools.IO.Extensions;
|
||||
using SabreTools.IO.Readers;
|
||||
|
||||
namespace NDecrypt.N3DS
|
||||
namespace NDecrypt.Core
|
||||
{
|
||||
public class DecryptArgs
|
||||
{
|
||||
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using SabreTools.Models.N3DS;
|
||||
|
||||
namespace NDecrypt.N3DS
|
||||
namespace NDecrypt.Core
|
||||
{
|
||||
internal static class Extensions
|
||||
{
|
||||
@@ -3,9 +3,9 @@ using System.Linq;
|
||||
using System.Numerics;
|
||||
using Org.BouncyCastle.Crypto;
|
||||
using SabreTools.Models.N3DS;
|
||||
using static NDecrypt.N3DS.CommonOperations;
|
||||
using static NDecrypt.Core.CommonOperations;
|
||||
|
||||
namespace NDecrypt.N3DS
|
||||
namespace NDecrypt.Core
|
||||
{
|
||||
/// <summary>
|
||||
/// Set of all keys associated with a partition
|
||||
@@ -1,9 +1,8 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using NDecrypt.N3DS;
|
||||
using SabreTools.IO.Extensions;
|
||||
using SabreTools.Models.N3DS;
|
||||
using static NDecrypt.N3DS.CommonOperations;
|
||||
using static NDecrypt.Core.CommonOperations;
|
||||
using N3DSDeserializer = SabreTools.Serialization.Deserializers.N3DS;
|
||||
|
||||
namespace NDecrypt.Core
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using NDecrypt.Core;
|
||||
using NDecrypt.N3DS;
|
||||
|
||||
namespace NDecrypt
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user