public void RFC1320_Test1() { string className = hash.ToString(); byte[] result = { 0x31, 0xd6, 0xcf, 0xe0, 0xd1, 0x6a, 0xe9, 0x31, 0xb7, 0x3c, 0x59, 0xd7, 0xe0, 0xc0, 0x89, 0xc0 }; byte[] input = new byte [0]; string testName = className + " 1"; RFC1320_a(testName, hash, input, result); RFC1320_b(testName, hash, input, result); RFC1320_c(testName, hash, input, result); RFC1320_d(testName, hash, input, result); // N/A RFC1320_e (testName, hash, input, result); }