NBitcoin.BouncyCastle.Crypto.Digests.GeneralDigest.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
		public virtual void Reset()
		{
			byteCount = 0;
			xBufOff = 0;
			Array.Clear(xBuf, 0, xBuf.Length);
		}

Same methods

GeneralDigest::Reset ( IMemoable t ) : void