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.go642 type PreComputedGroupElement struct { struct
643 yPlusX, yMinusX, xy2d FieldElement
775 func (p *PreComputedGroupElement) Zero() {
813 func geMixedAdd(r *CompletedGroupElement, p *ExtendedGroupElement, q *PreComputedGroupElement) {
828 func geMixedSub(r *CompletedGroupElement, p *ExtendedGroupElement, q *PreComputedGroupElement) {
941 func PreComputedGroupElementCMove(t, u *PreComputedGroupElement, b int32) {
947 func selectPoint(t *PreComputedGroupElement, pos int32, b int32) {