(Blowfish): moved to GameRes.Cryptography namespace.

(BlowfishDecryptor): ICryptoTransform interface implementation.
(BlowfishStream): removed as unused.
This commit is contained in:
morkt
2016-10-08 05:06:29 +04:00
parent 837c203e4b
commit db0d39f863
2 changed files with 56 additions and 235 deletions

View File

@@ -30,7 +30,6 @@ using System.Text;
using System.ComponentModel;
using System.ComponentModel.Composition;
using System.Collections.Generic;
using Simias.Encryption;
using System.Runtime.InteropServices;
using GameRes.Formats.Strings;
using GameRes.Formats.Properties;