func crypto/elliptic.scalarIsZero

3 uses

	crypto/elliptic (current package)
		p256_asm.go#L239: 	r1IsInfinity := scalarIsZero(scalarReversed)
		p256_asm.go#L243: 	r2IsInfinity := scalarIsZero(scalarReversed)
		p256_asm.go#L309: func scalarIsZero(scalar []uint64) int {