NBitcoin.BouncyCastle.Math.EC.ECCurve.CreateRawPoint C# (CSharp) Method

CreateRawPoint() public abstract method

public abstract CreateRawPoint ( ECFieldElement x, ECFieldElement y, ECFieldElement zs, bool withCompression ) : NBitcoin.BouncyCastle.Math.EC.ECPoint
x ECFieldElement
y ECFieldElement
zs ECFieldElement
withCompression bool
return NBitcoin.BouncyCastle.Math.EC.ECPoint
		public abstract ECPoint CreateRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, bool withCompression);

Same methods

ECCurve::CreateRawPoint ( ECFieldElement x, ECFieldElement y, bool withCompression ) : NBitcoin.BouncyCastle.Math.EC.ECPoint