System.Security.Cryptography.SHA1Internal.SHA1Internal C# (CSharp) Method

SHA1Internal() public method

public SHA1Internal ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices
		public SHA1Internal () 
		{
			_H = new uint[5];
			_ProcessingBuffer = new byte[BLOCK_SIZE_BYTES];
			buff = new uint[80];
			
			Initialize();
		}