예제 #1
0
파일: RSATest.cs 프로젝트: ekr/hacrypto
        public static void Main(
            string[] args)
        {
            ITest       test   = new RsaTest();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }
예제 #2
0
        public static void Main(
			string[] args)
        {
            ITest test = new RsaTest();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }