Esempio n. 1
0
 public void SHA1()
 {
     hash = fileHasher.GetSHA1();
     Assert.AreEqual("a94a8fe5ccb19ba61c4c0873d391e987982fbbd3", hash);
 }