Esempio n. 1
0
 public void doFinal(byte[] buf, int offset)
 {
     cs.Close();
     Array.Copy(mac.Hash, 0, buf, offset, BSIZE);
     byte[] key = (byte[])mac.Key.Clone();
     mac.Clear();
     init(key);
 }