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

namespace System.Security.Cryptography
{
public class SHA1Managed // TypeDefIndex: 4068
{
	// Fields
	type#12861 _buffer;
	type#20901 _count;
	type#13558 _stateSHA1;
	type#13558 _expandedBuffer;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public virtual type#28660 Initialize() { }
	// RVA: -1
	protected virtual type#28660 HashCore(type#12860 rgb, type#20867 ibStart, type#20867 cbSize) { }
	// RVA: -1
	protected virtual type#12860 HashFinal() { }
	// RVA: -1
	private type#28660 InitializeState() { }
	// RVA: -1
	private type#28660 _HashData(type#12860 partIn, type#20867 ibStart, type#20867 cbSize) { }
	// RVA: -1
	private type#12860 _EndHash() { }
	// RVA: -1
	private static type#28660 SHATransform(type#12438 expandedBuffer, type#12438 state, type#12376 block) { }
	// RVA: -1
	private static type#28660 SHAExpand(type#12438 x) { }
}
}
