Searched defs:CompletedGroupElement (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/ |
D | edwards25519.go | 640 type CompletedGroupElement struct { struct 641 X, Y, Z, T FieldElement 764 func (p *CompletedGroupElement) ToProjective(r *ProjectiveGroupElement) { 770 func (p *CompletedGroupElement) ToExtended(r *ExtendedGroupElement) { 783 func geAdd(r *CompletedGroupElement, p *ExtendedGroupElement, q *CachedGroupElement) { 799 func geSub(r *CompletedGroupElement, p *ExtendedGroupElement, q *CachedGroupElement) { 815 func geMixedAdd(r *CompletedGroupElement, p *ExtendedGroupElement, q *PreComputedGroupElement) { 830 func geMixedSub(r *CompletedGroupElement, p *ExtendedGroupElement, q *PreComputedGroupElement) {
|