Beispiel #1
0
        public static void RunMainTests(
            string[] args)
        {
            ITest       test   = new Sha384HMacTest();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }
        public static void Main(
            string[] args)
        {
            ITest test = new Sha384HMacTest();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }