// Assembly: mscorlib
// Full name: System.Security.Cryptography.SHA1Internal

namespace System.Security.Cryptography
{
public class SHA1Internal // TypeDefIndex: 4094
{
	// Fields
	type#13558 _H;
	type#27938 count;
	type#12861 _ProcessingBuffer;
	type#20868 _ProcessingBufferCount;
	type#13558 buff;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 HashCore(type#12860 rgb, type#20867 ibStart, type#20867 cbSize) { }
	// RVA: -1
	public type#12860 HashFinal() { }
	// RVA: -1
	public type#28660 Initialize() { }
	// RVA: -1
	private type#28660 ProcessBlock(type#12860 inputBuffer, type#27917 inputOffset) { }
	// RVA: -1
	private static type#28660 InitialiseBuff(type#13557 buff, type#12860 input, type#27917 inputOffset) { }
	// RVA: -1
	private static type#28660 FillBuff(type#13557 buff) { }
	// RVA: -1
	private type#28660 ProcessFinalBlock(type#12860 inputBuffer, type#20867 inputOffset, type#20867 inputCount) { }
	// RVA: -1
	internal type#28660 AddLength(type#27937 length, type#12860 buffer, type#20867 position) { }
}
}
