Current ECDH implementation always hashes both Px
and Py
of point multiplication result with SHA256. It makes impossible to use secp256k1
with existing protocols like Bitmessage which uses SHA512(Px)
as shared secret. As mentioned here, possible solution for this is to accept custom hash function in API similar to custom nonce function.
cc @apoelstra