Home
last modified time | relevance | path

Searched defs:PreComputedGroupElement (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
Dedwards25519.go644 type PreComputedGroupElement struct { struct
645 yPlusX, yMinusX, xy2d FieldElement
777 func (p *PreComputedGroupElement) Zero() {
815 func geMixedAdd(r *CompletedGroupElement, p *ExtendedGroupElement, q *PreComputedGroupElement) {
830 func geMixedSub(r *CompletedGroupElement, p *ExtendedGroupElement, q *PreComputedGroupElement) {
943 func PreComputedGroupElementCMove(t, u *PreComputedGroupElement, b int32) {
949 func selectPoint(t *PreComputedGroupElement, pos int32, b int32) {