Change-Id: I763712bb97de47267ebd1303bc3718c573edb164
* @remarks The @a secret should not be used as a symmetric key.
* To produce a symmetric key pass the secret to a key derivation function (KDF)
* or a message digest function.
- * @remarks Both the keys passed should be of DH type.
+ * @remarks Both the keys passed should be of DH or EC type.
* @remarks The @a secret should be freed with yaca_free().
* @param[in] prv_key Our private key
* @param[in] pub_key Peer public key