/// <summary>
 /// Return the name of the algorithm the MAC implements.
 /// </summary>
 public virtual string AlgorithmName()
 {
     return(hash.AlgorithmName() + "/HMAC");
 }