Beispiel #1
0
		public void BlockSize ()
		{
			HM5 hmac = new HM5 ();
			Assert.AreEqual (64, hmac.BlockSize, "BlockSizeValue");
		}
 public void BlockSize ()
 {
     HM5 hmac = new HM5 ();
     Assert.AreEqual (64, hmac.BlockSize, "BlockSizeValue");
 }