type crypto/ed25519/internal/edwards25519.ProjectiveGroupElement

10 uses

	crypto/ed25519/internal/edwards25519 (current package)
		edwards25519.go#L632: type ProjectiveGroupElement struct {
		edwards25519.go#L652: func (p *ProjectiveGroupElement) Zero() {
		edwards25519.go#L658: func (p *ProjectiveGroupElement) Double(r *CompletedGroupElement) {
		edwards25519.go#L672: func (p *ProjectiveGroupElement) ToBytes(s *[32]byte) {
		edwards25519.go#L690: 	var q ProjectiveGroupElement
		edwards25519.go#L702: func (p *ExtendedGroupElement) ToProjective(r *ProjectiveGroupElement) {
		edwards25519.go#L764: func (p *CompletedGroupElement) ToProjective(r *ProjectiveGroupElement) {
		edwards25519.go#L879: func GeDoubleScalarMultVartime(r *ProjectiveGroupElement, a *[32]byte, A *ExtendedGroupElement, b *[32]byte) {
		edwards25519.go#L998: 	var s ProjectiveGroupElement

	crypto/ed25519
		ed25519.go#L231: 	var R edwards25519.ProjectiveGroupElement