mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(MersenneTwister): moved to Cryptography namespace.
This commit is contained in:
parent
0ea84672d8
commit
36494147a5
@ -34,7 +34,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
using System;
|
||||
|
||||
namespace GameRes.Encryption
|
||||
namespace GameRes.Cryptography
|
||||
{
|
||||
public class Camellia
|
||||
{
|
||||
|
@ -34,7 +34,7 @@ using Simias.Encryption;
|
||||
using System.Runtime.InteropServices;
|
||||
using GameRes.Formats.Strings;
|
||||
using GameRes.Formats.Properties;
|
||||
using GameRes.Utility;
|
||||
using GameRes.Cryptography;
|
||||
|
||||
namespace GameRes.Formats.CatSystem
|
||||
{
|
||||
|
@ -28,6 +28,7 @@ using System.Collections.Generic;
|
||||
using System.ComponentModel.Composition;
|
||||
using System.IO;
|
||||
using System.Security.Cryptography;
|
||||
using GameRes.Cryptography;
|
||||
using GameRes.Utility;
|
||||
|
||||
namespace GameRes.Formats.CsWare
|
||||
|
@ -30,6 +30,7 @@ using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media;
|
||||
using GameRes.Utility;
|
||||
using GameRes.Compression;
|
||||
using GameRes.Cryptography;
|
||||
|
||||
namespace GameRes.Formats.ExHibit
|
||||
{
|
||||
|
@ -27,9 +27,8 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.Composition;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using GameRes.Encryption;
|
||||
using GameRes.Cryptography;
|
||||
using GameRes.Utility;
|
||||
|
||||
namespace GameRes.Formats.Malie
|
||||
|
@ -7,7 +7,7 @@
|
||||
// C# port by morkt
|
||||
//
|
||||
|
||||
namespace GameRes.Utility
|
||||
namespace GameRes.Cryptography
|
||||
{
|
||||
public class MersenneTwister
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user