var crypto/elliptic.p256Precomputed

5 uses

	crypto/elliptic (current package)
		p256_asm.go#L34: 	p256Precomputed *[43][32 * 8]uint64
		p256_asm.go#L415: 	p256Precomputed = new([43][32 * 8]uint64)
		p256_asm.go#L448: 			copy(p256Precomputed[i][j*8:], t1[:8])
		p256_asm.go#L463: 	p256SelectBase(p.xyz[0:8], p256Precomputed[0][0:], sel)
		p256_asm.go#L490: 		p256SelectBase(t0.xyz[0:8], p256Precomputed[i][0:], sel)