Class F2mPoint
- Namespace
- Org.BouncyCastle.Math.EC
- Assembly
- BouncyCastle.Cryptography.dll
public class F2mPoint : AbstractF2mPoint
- Inheritance
-
F2mPoint
- Inherited Members
Properties
CompressionYTilde
protected override bool CompressionYTilde { get; }
Property Value
YCoord
Returns the y-coordinate.
Caution: depending on the curve's coordinate system, this may not be the same value as in an affine coordinate system; use Normalize() to get a point where the coordinates have their affine values, or use AffineYCoord if you expect the point to already have been normalized.
@return the y-coordinate of this point
public override ECFieldElement YCoord { get; }
Property Value
Methods
Add(ECPoint)
public override ECPoint Add(ECPoint b)
Parameters
bECPoint
Returns
Detach()
protected override ECPoint Detach()
Returns
Negate()
public override ECPoint Negate()
Returns
Twice()
public override ECPoint Twice()
Returns
TwicePlus(ECPoint)
public override ECPoint TwicePlus(ECPoint b)
Parameters
bECPoint