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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |