Example #1
0
        public static void Main(
            string[] args)
        {
            RC5Test     test   = new RC5Test();
            ITestResult result = test.Perform();

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

            Console.WriteLine(result);
        }