Does the BCrypt (C++) API allow import of an ECDSA public key for the secp256r1 (aka P-256) curve directly in compressed form, that is 1-byte prefix 0x02 or 0x03 followed by 32-byte X coordinate (or some variant of that not containing the Y coordinate)?
I know the necessary math to recompute the Y coordinate; but I’d rather not code it.