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.go630 type ProjectiveGroupElement struct { struct
631 X, Y, Z FieldElement
650 func (p *ProjectiveGroupElement) Zero() {
656 func (p *ProjectiveGroupElement) Double(r *CompletedGroupElement) {
670 func (p *ProjectiveGroupElement) ToBytes(s *[32]byte) {
877 func GeDoubleScalarMultVartime(r *ProjectiveGroupElement, a *[32]byte, A *ExtendedGroupElement, b *…