SharpCifs.Util.Hmact64.EngineUpdate C# (CSharp) Method

EngineUpdate() protected method

protected EngineUpdate ( byte b ) : void
b byte
return void
		protected void EngineUpdate(byte b)
		{
			_md5.Update(b);
		}

Same methods

Hmact64::EngineUpdate ( byte input, int offset, int len ) : void