mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-03-02 18:36:04 +00:00
Update documentation
This commit is contained in:
parent
4aa28fcf57
commit
2c3ca1c01e
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user