const crypto/elliptic.bottom28Bits

11 uses

	crypto/elliptic (current package)
		p224.go#L221: const bottom28Bits = 0xfffffff
		p224.go#L285: 		out[i] = uint32(in[i] & bottom28Bits)
		p224.go#L295: 	out[0] = uint32(in[0] & bottom28Bits)
		p224.go#L296: 	out[1] += uint32((in[0] >> 28) & bottom28Bits)
		p224.go#L310: 		a[i] &= bottom28Bits
		p224.go#L313: 	a[7] &= bottom28Bits
		p224.go#L396: 		out[i] &= bottom28Bits
		p224.go#L399: 	out[7] &= bottom28Bits
		p224.go#L420: 		out[i] &= bottom28Bits
		p224.go#L423: 	out[7] &= bottom28Bits
		p224.go#L721: 	ret &= bottom28Bits