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