// Assembly: Mono.Security
// Full name: ModulusRing

public class ModulusRing // TypeDefIndex: 11450
{
	// Fields
	type#15144 mod;
	type#15144 constant;

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