summaryrefslogtreecommitdiff
path: root/xed25519.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-25 09:13:19 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-25 09:13:19 -0500
commit2c3ca1c01e2914062c2cb0969d0f9f7638c3cef4 (patch)
treed6f7292d62c3d1db586e3880178a9fff922b9470 /xed25519.h
parent4aa28fcf576248ac82c05469e16d826523432187 (diff)
downloadcryptopp-git-2c3ca1c01e2914062c2cb0969d0f9f7638c3cef4.tar.gz
Update documentation
Diffstat (limited to 'xed25519.h')
-rw-r--r--xed25519.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xed25519.h b/xed25519.h
index 07b8ba57..f523e89c 100644
--- a/xed25519.h
+++ b/xed25519.h
@@ -111,7 +111,7 @@ public:
/// public key from the private key.
void ClampKeys(byte y[PUBLIC_KEYLENGTH], byte x[SECRET_KEYLENGTH]) const;
- /// \brief Test if a key is clamped
+ /// \brief Determine if private key is clamped
/// \param x private key
bool IsClamped(const byte x[SECRET_KEYLENGTH]) const;
@@ -410,7 +410,7 @@ struct ed25519PrivateKey : public PKCS8PrivateKey
/// public key from the private key.
void ClampKeys(byte y[PUBLIC_KEYLENGTH], byte x[SECRET_KEYLENGTH]) const;
- /// \brief Test if a key is clamped
+ /// \brief Determine if private key is clamped
/// \param x private key
bool IsClamped(const byte x[SECRET_KEYLENGTH]) const;