Update documentation

This commit is contained in:
Jeffrey Walton 2018-12-11 17:48:19 -05:00
parent 20fce33449
commit 4afa78c0e2
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -54,7 +54,6 @@ public:
/// \brief Create a x25519 object
/// \param params public and private key
/// \param y private key
/// \details This constructor creates a x25519 object using existing parameters.
/// The <tt>params</tt> can be created with <tt>DEREncode</tt>.
/// \note The public key is not validated.