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

            Console.WriteLine(result);
        }
コード例 #2
0
ファイル: SHA1HMacTest.cs プロジェクト: jwtvh/bc-csharp
        public static void MainOld(
            string[] args)
        {
            ITest       test   = new Sha1HMacTest();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }