There is a private derive key method. To make the encryption logic in Credo more generic I'd like to separately run ECDH and the encryption logic. If I want to do that now I have to rewrite what ECDH class does as it's not possible to extract the derived key.