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;