Update documentation

This commit is contained in:
Jeffrey Walton 2018-12-25 09:13:19 -05:00
parent 4aa28fcf57
commit 2c3ca1c01e
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

@ -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;