Example #1
0
 public virtual void Hash(byte[] input, out byte[] hash)
 {
     hash = SHA1.Hash(input, Context);
 }