C# Class BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R2Point

Inheritance: AbstractF2mPoint
Datei anzeigen Open project: yangxuan0261/UnityShaderLab Class Usage Examples

Public Methods

Method Description
Add ( ECPoint b ) : ECPoint
Negate ( ) : ECPoint
SecT163R2Point ( ECCurve curve, ECFieldElement x, ECFieldElement y ) : System
SecT163R2Point ( ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) : System
Twice ( ) : ECPoint
TwicePlus ( ECPoint b ) : ECPoint

Protected Methods

Method Description
Detach ( ) : ECPoint

Private Methods

Method Description
SecT163R2Point ( ECCurve curve, ECFieldElement x, ECFieldElement y, Array zs, bool withCompression ) : System

Method Details

Add() public method

public Add ( ECPoint b ) : ECPoint
b ECPoint
return ECPoint

Detach() protected method

protected Detach ( ) : ECPoint
return ECPoint

Negate() public method

public Negate ( ) : ECPoint
return ECPoint

SecT163R2Point() public method

public SecT163R2Point ( ECCurve curve, ECFieldElement x, ECFieldElement y ) : System
curve ECCurve
x ECFieldElement
y ECFieldElement
return System

SecT163R2Point() public method

public SecT163R2Point ( ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) : System
curve ECCurve
x ECFieldElement
y ECFieldElement
withCompression bool
return System

Twice() public method

public Twice ( ) : ECPoint
return ECPoint

TwicePlus() public method

public TwicePlus ( ECPoint b ) : ECPoint
b ECPoint
return ECPoint