summaryrefslogtreecommitdiff
path: root/xed25519.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-11 17:48:19 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-11 17:48:19 -0500
commit4afa78c0e21ecd547d670be35457a68f347bf345 (patch)
treeedc263658aba69099db133dad0eac97205e991c9 /xed25519.h
parent20fce33449e763a2c5d12375871409e5c1177731 (diff)
downloadcryptopp-git-4afa78c0e21ecd547d670be35457a68f347bf345.tar.gz
Update documentation
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.