summaryrefslogtreecommitdiff
path: root/xed25519.h
diff options
context:
space:
mode:
Diffstat (limited to 'xed25519.h')
-rw-r--r--xed25519.h1
1 files changed, 0 insertions, 1 deletions
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 <tt>params</tt> can be created with <tt>DEREncode</tt>.
/// \note The public key is not validated.