NBitcoin.BouncyCastle.Crypto.Parameters.ECDomainParameters.ECDomainParameters C# (CSharp) Method

ECDomainParameters() public method

public ECDomainParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n ) : System
curve NBitcoin.BouncyCastle.Math.EC.ECCurve
g NBitcoin.BouncyCastle.Math.EC.ECPoint
n NBitcoin.BouncyCastle.Math.BigInteger
return System
		public ECDomainParameters(
			ECCurve curve,
			ECPoint g,
			BigInteger n)
			: this(curve, g, n, BigInteger.One)
		{
		}

Same methods

ECDomainParameters::ECDomainParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h ) : System
ECDomainParameters::ECDomainParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h, byte seed ) : System