Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
Dedwards25519.go632 type ProjectiveGroupElement struct { struct
633 X, Y, Z FieldElement
652 func (p *ProjectiveGroupElement) Zero() {
658 func (p *ProjectiveGroupElement) Double(r *CompletedGroupElement) {
672 func (p *ProjectiveGroupElement) ToBytes(s *[32]byte) {
879 func GeDoubleScalarMultVartime(r *ProjectiveGroupElement, a *[32]byte, A *ExtendedGroupElement, b *…