What is the best way to implement a elliptic curve diffie hellman using HKDF as key derivation function in windows using native windows functionallity.
I couldn't get ECDiffieHellmanCng from (https://learn.microsoft.com/en-us/windows/win32/seccng/cng-portal) running as it only support the following KDF (tls, hmac, hash)
Other libraries are not prefered (only if there is no native support for this)