summaryrefslogtreecommitdiff
path: root/pubkey.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-24 17:17:32 -0500
committerGitHub <noreply@github.com>2018-12-24 17:17:32 -0500
commitd62674b56145b6988cd0a9d8a658dff7cb6d8ec8 (patch)
treea30dc4f20697961ba0f347da15a112e38d88cfab /pubkey.h
parent2ba3c1fc73ff490fa335ae649f3ab42e762369f8 (diff)
downloadcryptopp-git-d62674b56145b6988cd0a9d8a658dff7cb6d8ec8.tar.gz
Add ed25519 (GH #764, PR #767)
Add ed25519
Diffstat (limited to 'pubkey.h')
-rw-r--r--pubkey.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pubkey.h b/pubkey.h
index c4e9721b..b09bc0e4 100644
--- a/pubkey.h
+++ b/pubkey.h
@@ -1050,7 +1050,7 @@ public:
CRYPTOPP_GET_FUNCTION_ENTRY(PublicElement);
}
- /// \brief Initialize or reinitialize this this key
+ /// \brief Initialize or reinitialize this key
/// \param source NameValuePairs to assign
void AssignFrom(const NameValuePairs &source);
@@ -1135,7 +1135,7 @@ public:
CRYPTOPP_GET_FUNCTION_ENTRY(PrivateExponent);
}
- /// \brief Initialize or reinitialize this this key
+ /// \brief Initialize or reinitialize this key
/// \param source NameValuePairs to assign
void AssignFrom(const NameValuePairs &source)
{