func crypto/ed25519/internal/edwards25519.GeDoubleScalarMultVartime

2 uses

	crypto/ed25519/internal/edwards25519 (current package)
		edwards25519.go#L879: func GeDoubleScalarMultVartime(r *ProjectiveGroupElement, a *[32]byte, A *ExtendedGroupElement, b *[32]byte) {

	crypto/ed25519
		ed25519.go#L241: 	edwards25519.GeDoubleScalarMultVartime(&R, &hReduced, &A, &s)