CachedGroupElement
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.crypto.ed25519.internal.edwards25519
- Platforms: .NET, .NET Standard 2.0, Island
Fields
T2d
var T2d: FieldElement;
FieldElement T2d
var T2d: FieldElement
T2d FieldElement
FIELD T2d() As FieldElement
Z
Instance Methods
constructor
constructor
CachedGroupElement()
init()
Sub New()
constructor (FieldElement, FieldElement, FieldElement, FieldElement)
constructor(ayPlusX: FieldElement; ayMinusX: FieldElement; aZ: FieldElement; aT2d: FieldElement)
CachedGroupElement(FieldElement ayPlusX, FieldElement ayMinusX, FieldElement aZ, FieldElement aT2d)
init(_ ayPlusX: FieldElement, _ ayMinusX: FieldElement, _ aZ: FieldElement, _ aT2d: FieldElement)
Sub New(ayPlusX As FieldElement, ayMinusX As FieldElement, aZ As FieldElement, aT2d As FieldElement)
Parameters:
- ayPlusX:
- ayMinusX:
- aZ:
- aT2d:
constructor (CachedGroupElement)
constructor(value: CachedGroupElement)
CachedGroupElement(CachedGroupElement value)
init(_ value: CachedGroupElement)
Sub New(value As CachedGroupElement)
Parameters:
- value: