コード例 #1
0
ファイル: ECGOST3410Test.cs プロジェクト: jwtvh/bc-csharp
        public static void MainOld(
            string[] args)
        {
            ECGost3410Test test   = new ECGost3410Test();
            ITestResult    result = test.Perform();

            Console.WriteLine(result);
        }
コード例 #2
0
        public static void Main(
			string[] args)
        {
            ECGost3410Test test = new ECGost3410Test();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }