// Assembly: mscorlib
// Full name: ModulusRing

public class ModulusRing // TypeDefIndex: 3361
{
	// Fields
	type#15146 mod;
	type#15146 constant;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#15145 modulus) { }
	// RVA: -1
	public type#28660 BarrettReduction(type#15145 x) { }
	// RVA: -1
	public type#15145 Multiply(type#15145 a, type#15145 b) { }
	// RVA: -1
	public type#15145 Difference(type#15145 a, type#15145 b) { }
	// RVA: -1
	public type#15145 Pow(type#15145 a, type#15145 k) { }
	// RVA: -1
	public type#15145 Pow(type#27917 b, type#15145 exp) { }
}
