public byte[] GetRunningHash()
        {
            var copy = new SHA1Internal(this);

            return(copy.HashFinal());
        }
 protected override byte[] HashFinal()
 {
     State = 0;
     return(sha.HashFinal());
 }