static fun forKeys(secretKey: SecretKey, publicKey: PublicKey): Secret
Compute a shared Secret from a secret key and a public key.
secretKey - the user's secret key
secretKey
publicKey - another user's public key
publicKey
Return A shared Secret.