Table of Contents

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

bool

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

ECFieldElement

Methods

Add(ECPoint)

public override ECPoint Add(ECPoint b)

Parameters

b ECPoint

Returns

ECPoint

Detach()

protected override ECPoint Detach()

Returns

ECPoint

Negate()

public override ECPoint Negate()

Returns

ECPoint

Twice()

public override ECPoint Twice()

Returns

ECPoint

TwicePlus(ECPoint)

public override ECPoint TwicePlus(ECPoint b)

Parameters

b ECPoint

Returns

ECPoint