コード例 #1
0
        public static void Main(
            string[] args)
        {
            ITest       test   = new Gost28147Test();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }
コード例 #2
0
ファイル: GOST28147Test.cs プロジェクト: randombit/hacrypto
		public static void Main(
			string[] args)
		{
			ITest test = new Gost28147Test();
			ITestResult result = test.Perform();

			Console.WriteLine(result);
		}