diff --git a/xed25519.h b/xed25519.h index 18913489..c73a59a6 100644 --- a/xed25519.h +++ b/xed25519.h @@ -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 params can be created with DEREncode. /// \note The public key is not validated.