PreComputedGroupElement
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
Instance Methods
constructor
constructor
PreComputedGroupElement()
init()
Sub New()
constructor (FieldElement, FieldElement, FieldElement)
constructor(ayPlusX: FieldElement; ayMinusX: FieldElement; axy2d: FieldElement)
PreComputedGroupElement(FieldElement ayPlusX, FieldElement ayMinusX, FieldElement axy2d)
init(_ ayPlusX: FieldElement, _ ayMinusX: FieldElement, _ axy2d: FieldElement)
Sub New(ayPlusX As FieldElement, ayMinusX As FieldElement, axy2d As FieldElement)
Parameters:
- ayPlusX:
- ayMinusX:
- axy2d:
constructor (PreComputedGroupElement)
constructor(value: PreComputedGroupElement)
PreComputedGroupElement(PreComputedGroupElement value)
init(_ value: PreComputedGroupElement)
Sub New(value As PreComputedGroupElement)
Parameters:
- value: