stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

View File

@@ -1,3 +1,4 @@
using System;
using System.Globalization;
using System.Security.Cryptography.X509Certificates;

View File

@@ -1,6 +1,7 @@
using System;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
using System;
namespace StellaOps.Cryptography.Plugin.CryptoPro;

View File

@@ -1,9 +1,10 @@
using System;
using System.Collections.Generic;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System.Runtime.Versioning;
using StellaOps.Cryptography;
using System;
using System.Collections.Generic;
using System.Runtime.Versioning;
namespace StellaOps.Cryptography.Plugin.CryptoPro;

View File

@@ -1,6 +1,7 @@
using StellaOps.Cryptography;
using System.ComponentModel.DataAnnotations;
using System.Security.Cryptography.X509Certificates;
using StellaOps.Cryptography;
namespace StellaOps.Cryptography.Plugin.CryptoPro;

View File

@@ -1,15 +1,16 @@
using System;
using System.Runtime.Versioning;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Threading.Tasks;
using GostCryptography.Base;
using GostCryptography.Config;
using GostCryptography.Gost_R3410;
using GostCryptography.Reflection;
using Microsoft.IdentityModel.Tokens;
using StellaOps.Cryptography;
using System;
using System.Runtime.Versioning;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Threading.Tasks;
namespace StellaOps.Cryptography.Plugin.CryptoPro;

View File

@@ -1,5 +1,6 @@
using System.Runtime.CompilerServices;
using StellaOps.Plugin.Versioning;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("StellaOps.Cryptography.Tests")]
[assembly: StellaPluginVersion("1.0.0", MinimumHostVersion = "1.0.0", MaximumHostVersion = "1.99.99")]

View File

@@ -8,3 +8,4 @@ Source of truth: `docs-archived/implplan/2025-12-29-csproj-audit/SPRINT_20251229
| AUDIT-0053-M | DONE | Revalidated 2026-01-08. |
| AUDIT-0053-T | DONE | Revalidated 2026-01-08. |
| AUDIT-0053-A | TODO | Revalidated 2026-01-08 (open findings). |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |

View File

@@ -1,11 +1,12 @@
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using System.IO;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using Xunit;
namespace GostCryptography.Tests.Gost_28147_89

View File

@@ -1,10 +1,11 @@
using System.IO;
using System.Linq;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using System.IO;
using System.Linq;
using System.Text;
using Xunit;
namespace GostCryptography.Tests.Gost_28147_89

View File

@@ -1,10 +1,11 @@
using System.IO;
using System.Security.Cryptography;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using System.IO;
using System.Security.Cryptography;
using System.Text;
using Xunit;
namespace GostCryptography.Tests.Gost_28147_89

View File

@@ -1,11 +1,12 @@
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using System.IO;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using Xunit;
namespace GostCryptography.Tests.Gost_28147_89

View File

@@ -1,10 +1,11 @@
using System.IO;
using System.Linq;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using System.IO;
using System.Linq;
using System.Text;
using Xunit;
namespace GostCryptography.Tests.Gost_28147_89

View File

@@ -1,10 +1,11 @@
using System.IO;
using System.Security.Cryptography;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using System.IO;
using System.Security.Cryptography;
using System.Text;
using Xunit;
namespace GostCryptography.Tests.Gost_28147_89

View File

@@ -1,11 +1,12 @@
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using System.IO;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using Xunit;
namespace GostCryptography.Tests.Gost_28147_89

View File

@@ -1,10 +1,11 @@
using System.IO;
using System.Linq;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using System.IO;
using System.Linq;
using System.Text;
using Xunit;
namespace GostCryptography.Tests.Gost_28147_89

View File

@@ -1,10 +1,11 @@
using System.IO;
using System.Security.Cryptography;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using System.IO;
using System.Security.Cryptography;
using System.Text;
using Xunit;
namespace GostCryptography.Tests.Gost_28147_89

View File

@@ -1,12 +1,13 @@
using System;
using System.Security;
using GostCryptography.Gost_R3410;
using Xunit;
using System.Security.Cryptography.X509Certificates;
using GostCryptography.Base;
using GostCryptography.Gost_R3410;
using System;
using System.Security;
using System.Security.Cryptography.X509Certificates;
using Xunit;
namespace GostCryptography.Tests.Gost_R3410
{

View File

@@ -1,11 +1,12 @@
using System.IO;
using System.Linq;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using GostCryptography.Gost_R3411;
using System.IO;
using System.Linq;
using System.Text;
using Xunit;
namespace GostCryptography.Tests.Gost_R3411

View File

@@ -1,9 +1,10 @@
using System.IO;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_R3411;
using System.IO;
using System.Text;
using Xunit;
namespace GostCryptography.Tests.Gost_R3411

View File

@@ -1,9 +1,10 @@
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using GostCryptography.Gost_R3411;
using System.Text;
using Xunit;
namespace GostCryptography.Tests.Gost_R3411

View File

@@ -1,11 +1,12 @@
using System.IO;
using System.Linq;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using GostCryptography.Gost_R3411;
using System.IO;
using System.Linq;
using System.Text;
using Xunit;
namespace GostCryptography.Tests.Gost_R3411

View File

@@ -1,9 +1,10 @@
using System.IO;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_R3411;
using System.IO;
using System.Text;
using Xunit;
namespace GostCryptography.Tests.Gost_R3411

View File

@@ -1,9 +1,10 @@
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using GostCryptography.Gost_R3411;
using System.Text;
using Xunit;
namespace GostCryptography.Tests.Gost_R3411

View File

@@ -1,11 +1,12 @@
using System.IO;
using System.Linq;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using GostCryptography.Gost_R3411;
using System.IO;
using System.Linq;
using System.Text;
using Xunit;
namespace GostCryptography.Tests.Gost_R3411

View File

@@ -1,9 +1,10 @@
using System.IO;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_R3411;
using System.IO;
using System.Text;
using Xunit;
namespace GostCryptography.Tests.Gost_R3411

View File

@@ -1,9 +1,10 @@
using System.Text;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using GostCryptography.Gost_R3411;
using System.Text;
using Xunit;
namespace GostCryptography.Tests.Gost_R3411

View File

@@ -1,9 +1,10 @@
using GostCryptography.Pkcs;
using System.Security.Cryptography.Pkcs;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using GostCryptography.Pkcs;
using Xunit;
namespace GostCryptography.Tests.Pkcs

View File

@@ -1,9 +1,10 @@
using GostCryptography.Pkcs;
using System.Security.Cryptography.Pkcs;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using GostCryptography.Pkcs;
using Xunit;
namespace GostCryptography.Tests.Pkcs

View File

@@ -1,9 +1,10 @@
using GostCryptography.Pkcs;
using System.Security.Cryptography.Pkcs;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using GostCryptography.Pkcs;
using Xunit;
namespace GostCryptography.Tests.Pkcs

View File

@@ -1,9 +1,10 @@
using GostCryptography.Base;
using System.IO;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using GostCryptography.Base;
using Xunit;
namespace GostCryptography.Tests.Sign

View File

@@ -1,11 +1,12 @@
using GostCryptography.Base;
using GostCryptography.Config;
using System.IO;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using GostCryptography.Base;
using GostCryptography.Config;
using Xunit;
namespace GostCryptography.Tests.Sign

View File

@@ -1,9 +1,10 @@
using GostCryptography.Base;
using System.IO;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using GostCryptography.Base;
using Xunit;
namespace GostCryptography.Tests.Sign

View File

@@ -1,11 +1,12 @@
using GostCryptography.Base;
using GostCryptography.Config;
using System;
using System.Collections.Generic;
using System.Security;
using System.Security.Cryptography.X509Certificates;
using GostCryptography.Base;
using GostCryptography.Config;
namespace GostCryptography.Tests
{
public static class TestConfig

View File

@@ -1,15 +1,16 @@
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using GostCryptography.Tests.Properties;
using GostCryptography.Xml;
using System.Collections;
using System.Collections.Generic;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Xml;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using GostCryptography.Tests.Properties;
using GostCryptography.Xml;
using Xunit;
namespace GostCryptography.Tests.Xml.Encrypt

View File

@@ -1,9 +1,10 @@
using System.Security.Cryptography.X509Certificates;
using System.Xml;
using GostCryptography.Tests.Properties;
using GostCryptography.Xml;
using System.Security.Cryptography.X509Certificates;
using System.Xml;
using Xunit;
namespace GostCryptography.Tests.Xml.Encrypt

View File

@@ -1,13 +1,14 @@
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Xml;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using GostCryptography.Gost_R3410;
using GostCryptography.Tests.Properties;
using GostCryptography.Xml;
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Xml;
using Xunit;
namespace GostCryptography.Tests.Xml.Encrypt

View File

@@ -1,11 +1,12 @@
using System.Security.Cryptography.Xml;
using System.Xml;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using GostCryptography.Tests.Properties;
using GostCryptography.Xml;
using System.Security.Cryptography.Xml;
using System.Xml;
using Xunit;
namespace GostCryptography.Tests.Xml.Encrypt

View File

@@ -1,11 +1,12 @@
using System.Security.Cryptography.Xml;
using System.Xml;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using GostCryptography.Tests.Properties;
using GostCryptography.Xml;
using System.Security.Cryptography.Xml;
using System.Xml;
using Xunit;
namespace GostCryptography.Tests.Xml.Encrypt

View File

@@ -1,13 +1,14 @@
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Text;
using System.Xml;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using GostCryptography.Tests.Properties;
using GostCryptography.Xml;
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Text;
using System.Xml;
using Xunit;
namespace GostCryptography.Tests.Xml.Encrypt

View File

@@ -1,13 +1,14 @@
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Text;
using System.Xml;
using GostCryptography.Base;
using GostCryptography.Gost_28147_89;
using GostCryptography.Tests.Properties;
using GostCryptography.Xml;
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Text;
using System.Xml;
using Xunit;
namespace GostCryptography.Tests.Xml.Encrypt

View File

@@ -1,11 +1,12 @@
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Xml;
using GostCryptography.Base;
using GostCryptography.Tests.Properties;
using GostCryptography.Xml;
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Xml;
using Xunit;
namespace GostCryptography.Tests.Xml.Sign

View File

@@ -1,11 +1,12 @@
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Xml;
using GostCryptography.Base;
using GostCryptography.Tests.Properties;
using GostCryptography.Xml;
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Xml;
using Xunit;
namespace GostCryptography.Tests.Xml.Sign

View File

@@ -1,12 +1,13 @@
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Xml;
using GostCryptography.Base;
using GostCryptography.Gost_R3410;
using GostCryptography.Tests.Properties;
using GostCryptography.Xml;
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Xml;
using Xunit;
namespace GostCryptography.Tests.Xml.Sign

View File

@@ -1,12 +1,13 @@
using System;
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Xml;
using GostCryptography.Base;
using GostCryptography.Tests.Properties;
using GostCryptography.Xml;
using System;
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Xml;
using Xunit;
namespace GostCryptography.Tests.Xml.Sign

View File

@@ -1,11 +1,12 @@
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Xml;
using GostCryptography.Base;
using GostCryptography.Tests.Properties;
using GostCryptography.Xml;
using System.Security.Cryptography.X509Certificates;
using System.Security.Cryptography.Xml;
using System.Xml;
using Xunit;
namespace GostCryptography.Tests.Xml.Sign

View File

@@ -1,7 +1,8 @@
using System;
using System.IO;
using GostCryptography.Properties;
using System;
using System.IO;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,6 +1,7 @@
using System;
using GostCryptography.Properties;
using System;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,8 +1,9 @@
using System;
using System.Collections;
using System.Text;
using GostCryptography.Properties;
using System;
using System.Collections;
using System.Text;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,7 +1,8 @@
using System;
using System.Text;
using GostCryptography.Properties;
using System;
using System.Text;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,6 +1,7 @@
using System;
using GostCryptography.Properties;
using System;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,7 +1,8 @@
using System;
using System.Text;
using GostCryptography.Properties;
using System;
using System.Text;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,8 +1,9 @@
using System;
using System.Collections;
using System.IO;
using GostCryptography.Properties;
using System;
using System.Collections;
using System.IO;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,7 +1,8 @@
using System;
using System.Text;
using GostCryptography.Properties;
using System;
using System.Text;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,6 +1,7 @@
using System;
using GostCryptography.Properties;
using System;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,8 +1,9 @@
using System;
using System.IO;
using System.Text;
using GostCryptography.Properties;
using System;
using System.IO;
using System.Text;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,6 +1,7 @@
using System.IO;
using GostCryptography.Properties;
using System.IO;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,7 +1,8 @@
using System;
using System.Text;
using GostCryptography.Properties;
using System;
using System.Text;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,6 +1,7 @@
using System;
using GostCryptography.Properties;
using System;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,7 +1,8 @@
using System;
using System.Text;
using GostCryptography.Properties;
using System;
using System.Text;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,7 +1,8 @@
using System;
using System.IO;
using GostCryptography.Properties;
using System;
using System.IO;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,7 +1,8 @@
using System;
using System.Text;
using GostCryptography.Properties;
using System;
using System.Text;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,7 +1,8 @@
using System;
using System.Text;
using GostCryptography.Properties;
using System;
using System.Text;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,10 +1,11 @@
using System;
using GostCryptography.Properties;
using System;
using System.Collections;
using System.IO;
using System.Text;
using GostCryptography.Properties;
namespace GostCryptography.Asn1.Ber
{
public static class Asn1Util

View File

@@ -1,7 +1,8 @@
using System;
using System.Text;
using GostCryptography.Properties;
using System;
using System.Text;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,6 +1,7 @@
using System;
using GostCryptography.Properties;
using System;
namespace GostCryptography.Asn1.Ber
{

View File

@@ -1,7 +1,8 @@
using System;
using GostCryptography.Asn1.Ber;
using GostCryptography.Properties;
using System;
namespace GostCryptography.Asn1.Gost.Gost_28147_89
{

View File

@@ -1,9 +1,10 @@
using System;
using GostCryptography.Asn1.Ber;
using GostCryptography.Asn1.Gost.Gost_28147_89;
using GostCryptography.Asn1.Gost.PublicKey;
using GostCryptography.Properties;
using System;
namespace GostCryptography.Asn1.Gost.Gost_R3410
{

View File

@@ -1,7 +1,8 @@
using System;
using GostCryptography.Asn1.Ber;
using GostCryptography.Properties;
using System;
namespace GostCryptography.Asn1.Gost.Gost_R3410
{

View File

@@ -1,7 +1,8 @@
using System;
using GostCryptography.Asn1.Ber;
using GostCryptography.Properties;
using System;
namespace GostCryptography.Asn1.Gost.PublicKey
{

View File

@@ -1,7 +1,8 @@
using System;
using System.Security.Cryptography;
using GostCryptography.Properties;
using System;
using System.Security.Cryptography;
namespace GostCryptography.Base
{

View File

@@ -1,7 +1,8 @@
using System.Security;
using System.Security.Cryptography;
using GostCryptography.Config;
using System.Security;
using System.Security.Cryptography;
namespace GostCryptography.Base
{

View File

@@ -1,7 +1,8 @@
using System.Security;
using System.Security.Cryptography;
using GostCryptography.Config;
using System.Security;
using System.Security.Cryptography;
namespace GostCryptography.Base
{

View File

@@ -1,8 +1,9 @@
using System;
using System.Security;
using System.Security.Cryptography;
using GostCryptography.Config;
using System;
using System.Security;
using System.Security.Cryptography;
namespace GostCryptography.Base
{

View File

@@ -1,7 +1,8 @@
using System.Security;
using System.Security.Cryptography;
using GostCryptography.Config;
using System.Security;
using System.Security.Cryptography;
namespace GostCryptography.Base
{

View File

@@ -1,7 +1,8 @@
using System;
using System.Security.Cryptography;
using GostCryptography.Properties;
using System;
using System.Security.Cryptography;
namespace GostCryptography.Base
{

View File

@@ -1,7 +1,8 @@
using System;
using System.Security.Cryptography;
using GostCryptography.Properties;
using System;
using System.Security.Cryptography;
namespace GostCryptography.Base
{

View File

@@ -1,7 +1,8 @@
using System.Security;
using System.Security.Cryptography;
using GostCryptography.Config;
using System.Security;
using System.Security.Cryptography;
namespace GostCryptography.Base
{

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Security;
using System.Security.Cryptography;
using GostCryptography.Asn1.Gost.Gost_28147_89;
using GostCryptography.Asn1.Gost.Gost_R3410_2001;
@@ -14,6 +11,10 @@ using GostCryptography.Gost_R3410;
using GostCryptography.Gost_R3411;
using GostCryptography.Native;
using GostCryptography.Xml;
using System;
using System.Collections.Generic;
using System.Security;
using System.Security.Cryptography;
namespace GostCryptography.Config
{

View File

@@ -1,11 +1,12 @@
using System;
using System.Collections.Generic;
using System.Security;
using System.Security.Cryptography;
using GostCryptography.Base;
using GostCryptography.Native;
using GostCryptography.Properties;
using System;
using System.Collections.Generic;
using System.Security;
using System.Security.Cryptography;
namespace GostCryptography.Gost_28147_89
{

View File

@@ -1,8 +1,9 @@
using System;
using System.Security;
using GostCryptography.Base;
using GostCryptography.Native;
using System;
using System.Security;
namespace GostCryptography.Gost_28147_89
{

View File

@@ -1,11 +1,12 @@
using System.Collections.Generic;
using System.Security;
using System.Security.Cryptography;
using GostCryptography.Asn1.Gost.Gost_28147_89;
using GostCryptography.Base;
using GostCryptography.Native;
using GostCryptography.Properties;
using System.Collections.Generic;
using System.Security;
using System.Security.Cryptography;
namespace GostCryptography.Gost_28147_89
{

View File

@@ -1,6 +1,7 @@
using System.Security.Cryptography;
using GostCryptography.Base;
using System.Security.Cryptography;
namespace GostCryptography.Gost_28147_89
{

View File

@@ -1,8 +1,9 @@
using System;
using System.Security;
using GostCryptography.Base;
using GostCryptography.Native;
using System;
using System.Security;
namespace GostCryptography.Gost_28147_89
{

View File

@@ -1,11 +1,12 @@
using System.Collections.Generic;
using System.Security;
using System.Security.Cryptography;
using GostCryptography.Asn1.Gost.Gost_28147_89;
using GostCryptography.Base;
using GostCryptography.Native;
using GostCryptography.Properties;
using System.Collections.Generic;
using System.Security;
using System.Security.Cryptography;
namespace GostCryptography.Gost_28147_89
{

View File

@@ -1,8 +1,9 @@
using System;
using System.Security;
using GostCryptography.Base;
using GostCryptography.Native;
using System;
using System.Security;
namespace GostCryptography.Gost_28147_89
{

View File

@@ -1,11 +1,12 @@
using System.Collections.Generic;
using System.Security;
using System.Security.Cryptography;
using GostCryptography.Asn1.Gost.Gost_28147_89;
using GostCryptography.Base;
using GostCryptography.Native;
using GostCryptography.Properties;
using System.Collections.Generic;
using System.Security;
using System.Security.Cryptography;
namespace GostCryptography.Gost_28147_89
{

View File

@@ -1,5 +1,4 @@
using System.Security;
using System.Security.Cryptography;
using GostCryptography.Asn1.Gost.Gost_R3410_2001;
using GostCryptography.Base;
@@ -7,6 +6,8 @@ using GostCryptography.Config;
using GostCryptography.Gost_R3411;
using GostCryptography.Native;
using GostCryptography.Properties;
using System.Security;
using System.Security.Cryptography;
namespace GostCryptography.Gost_R3410
{

View File

@@ -1,10 +1,11 @@
using System.Security;
using GostCryptography.Asn1.Gost.Gost_R3410_2001;
using GostCryptography.Base;
using GostCryptography.Config;
using GostCryptography.Gost_R3411;
using GostCryptography.Native;
using System.Security;
namespace GostCryptography.Gost_R3410
{

View File

@@ -1,8 +1,9 @@
using System.Security;
using GostCryptography.Asn1.Gost.Gost_R3410_2001;
using GostCryptography.Base;
using GostCryptography.Native;
using System.Security;
namespace GostCryptography.Gost_R3410
{

View File

@@ -1,6 +1,7 @@
using System.Security.Cryptography;
using GostCryptography.Asn1.Gost.Gost_R3410_2001;
using System.Security.Cryptography;
namespace GostCryptography.Gost_R3410
{

View File

@@ -1,7 +1,8 @@
using System.Security.Cryptography;
using GostCryptography.Asn1.Gost.Gost_R3410_2001;
using GostCryptography.Base;
using System.Security.Cryptography;
namespace GostCryptography.Gost_R3410
{

View File

@@ -1,5 +1,4 @@
using System.Security;
using System.Security.Cryptography;
using GostCryptography.Asn1.Gost.Gost_R3410_2012_256;
using GostCryptography.Base;
@@ -7,6 +6,8 @@ using GostCryptography.Config;
using GostCryptography.Gost_R3411;
using GostCryptography.Native;
using GostCryptography.Properties;
using System.Security;
using System.Security.Cryptography;
namespace GostCryptography.Gost_R3410
{

View File

@@ -1,10 +1,11 @@
using System.Security;
using GostCryptography.Asn1.Gost.Gost_R3410_2012_256;
using GostCryptography.Base;
using GostCryptography.Config;
using GostCryptography.Gost_R3411;
using GostCryptography.Native;
using System.Security;
namespace GostCryptography.Gost_R3410
{

View File

@@ -1,8 +1,9 @@
using System.Security;
using GostCryptography.Asn1.Gost.Gost_R3410_2012_256;
using GostCryptography.Base;
using GostCryptography.Native;
using System.Security;
namespace GostCryptography.Gost_R3410
{

View File

@@ -1,6 +1,7 @@
using System.Security.Cryptography;
using GostCryptography.Asn1.Gost.Gost_R3410_2012_256;
using System.Security.Cryptography;
namespace GostCryptography.Gost_R3410
{

View File

@@ -1,7 +1,8 @@
using System.Security.Cryptography;
using GostCryptography.Asn1.Gost.Gost_R3410_2012_256;
using GostCryptography.Base;
using System.Security.Cryptography;
namespace GostCryptography.Gost_R3410
{

View File

@@ -1,5 +1,4 @@
using System.Security;
using System.Security.Cryptography;
using GostCryptography.Asn1.Gost.Gost_R3410_2012_512;
using GostCryptography.Base;
@@ -7,6 +6,8 @@ using GostCryptography.Config;
using GostCryptography.Gost_R3411;
using GostCryptography.Native;
using GostCryptography.Properties;
using System.Security;
using System.Security.Cryptography;
namespace GostCryptography.Gost_R3410
{

View File

@@ -1,10 +1,11 @@
using System.Security;
using GostCryptography.Asn1.Gost.Gost_R3410_2012_512;
using GostCryptography.Base;
using GostCryptography.Config;
using GostCryptography.Gost_R3411;
using GostCryptography.Native;
using System.Security;
namespace GostCryptography.Gost_R3410
{

View File

@@ -1,8 +1,9 @@
using System.Security;
using GostCryptography.Asn1.Gost.Gost_R3410_2012_512;
using GostCryptography.Base;
using GostCryptography.Native;
using System.Security;
namespace GostCryptography.Gost_R3410
{

View File

@@ -1,6 +1,7 @@
using System.Security.Cryptography;
using GostCryptography.Asn1.Gost.Gost_R3410_2012_512;
using System.Security.Cryptography;
namespace GostCryptography.Gost_R3410
{

Some files were not shown because too many files have changed in this diff Show More