GE Methods
The GE type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Clear | |
|
|
CONST | |
|
|
Deconstruct | |
|
|
MultConst |
Multiply this group element by q in constant time
(secp256k1_ecmult_const)
|
|
|
MultiplyLambda | |
|
|
Negate | |
|
|
NormalizeXVariable | |
|
|
NormalizeY | |
|
|
NormalizeYVariable | |
|
|
SetAllGroupElementJacobianVariable | |
|
|
ToC | |
|
|
ToEvenY(Boolean%) |
Keeps a group element as is if it has an even Y and otherwise negates it.
parity is set to 0 in the former case and to 1 in the latter case.
Requires that the coordinates of r are normalized.
|
|
|
ToEvenY()()()() |
Keeps a group element as is if it has an even Y and otherwise negates it.
Requires that the coordinates of r are normalized.
|
|
|
ToGroupElementJacobian | |
|
|
ToStorage | |
|
|
TryCreateXOVariable | |
|
|
TryCreateXQuad | |
|
|
TryParse(ReadOnlySpan<(Of <<'(Byte>)>>), GE%) | |
|
|
TryParse(ReadOnlySpan<(Of <<'(Byte>)>>), Boolean%, GE%) | |
|
|
ZInv |

