summaryrefslogtreecommitdiff
path: root/xed25519.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-25 10:51:56 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-25 10:51:56 -0500
commitba0dece8d9a75a7d1ae7a50d96f6255758aaf7a9 (patch)
tree7092e53795640e2355e0557b5a8eac808def71c3 /xed25519.h
parenta74929650469aa9dc1127435e054253f8137bfac (diff)
downloadcryptopp-git-ba0dece8d9a75a7d1ae7a50d96f6255758aaf7a9.tar.gz
Update documentation
Diffstat (limited to 'xed25519.h')
-rw-r--r--xed25519.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xed25519.h b/xed25519.h
index f523e89c..e9211aa2 100644
--- a/xed25519.h
+++ b/xed25519.h
@@ -202,7 +202,7 @@ public:
/// <tt>bt</tt> and determines if it valid for this object. The
/// problem in practice is there are multiple OIDs available to
/// denote curve25519 operations. The OIDs include an old GNU
- /// OID used by SSH, OIDs specifified in draft-josefsson-pkix-newcurves,
+ /// OID used by SSH, OIDs specified in draft-josefsson-pkix-newcurves,
/// and OIDs specified in draft-ietf-curdle-pkix.
/// \details By default BERDecodeAndCheckAlgorithmID() accepts an
/// OID set by the user, ASN1::curve25519() and ASN1::X25519().
@@ -388,7 +388,7 @@ struct ed25519PrivateKey : public PKCS8PrivateKey
/// <tt>bt</tt> and determines if it valid for this object. The
/// problem in practice is there are multiple OIDs available to
/// denote curve25519 operations. The OIDs include an old GNU
- /// OID used by SSH, OIDs specifified in draft-josefsson-pkix-newcurves,
+ /// OID used by SSH, OIDs specified in draft-josefsson-pkix-newcurves,
/// and OIDs specified in draft-ietf-curdle-pkix.
/// \details By default BERDecodeAndCheckAlgorithmID() accepts an
/// OID set by the user, ASN1::curve25519() and ASN1::Ed25519().
@@ -571,7 +571,7 @@ struct ed25519PublicKey : public X509PublicKey
/// <tt>bt</tt> and determines if it valid for this object. The
/// problem in practice is there are multiple OIDs available to
/// denote curve25519 operations. The OIDs include an old GNU
- /// OID used by SSH, OIDs specifified in draft-josefsson-pkix-newcurves,
+ /// OID used by SSH, OIDs specified in draft-josefsson-pkix-newcurves,
/// and OIDs specified in draft-ietf-curdle-pkix.
/// \details By default BERDecodeAndCheckAlgorithmID() accepts an
/// OID set by the user, ASN1::curve25519() and ASN1::Ed25519().