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

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

			Console.WriteLine(result);
        }