summaryrefslogtreecommitdiff
path: root/xed25519.h
diff options
context:
space:
mode:
authorNinjaSnail1080 <38820548+NinjaSnail1080@users.noreply.github.com>2021-07-03 23:25:03 -0400
committerGitHub <noreply@github.com>2021-07-03 23:25:03 -0400
commit06a0ec218659714aebe52bd716d35f77306300df (patch)
tree6096f863301642718bc58fdc26ac81f83ba41b3e /xed25519.h
parentb810876cbf4bb3157410a50b8c4c395a31c740c5 (diff)
downloadcryptopp-git-06a0ec218659714aebe52bd716d35f77306300df.tar.gz
Fixed typos (PR #1055)
Diffstat (limited to 'xed25519.h')
-rw-r--r--xed25519.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/xed25519.h b/xed25519.h
index 36905e7b..453634cc 100644
--- a/xed25519.h
+++ b/xed25519.h
@@ -157,7 +157,7 @@ public:
/// \param bt BufferedTransformation object
/// \details Save() will write the OID associated with algorithm or scheme.
/// In the case of public and private keys, this function writes the
- /// subjectPubicKeyInfo parts.
+ /// subjectPublicKeyInfo parts.
/// \details The default OID is from RFC 8410 using <tt>id-X25519</tt>.
/// The default private key format is RFC 5208, which is the old format.
/// The old format provides the best interop, and keys will work
@@ -173,7 +173,7 @@ public:
/// \param v1 flag indicating v1
/// \details Save() will write the OID associated with algorithm or scheme.
/// In the case of public and private keys, this function writes the
- /// subjectPubicKeyInfo parts.
+ /// subjectPublicKeyInfo parts.
/// \details The default OID is from RFC 8410 using <tt>id-X25519</tt>.
/// The default private key format is RFC 5208.
/// \details v1 means INTEGER 0 is written. INTEGER 0 means
@@ -206,7 +206,7 @@ public:
/// \param version indicates version
/// \details DEREncode() will write the OID associated with algorithm or
/// scheme. In the case of public and private keys, this function writes
- /// the subjectPubicKeyInfo parts.
+ /// the subjectPublicKeyInfo parts.
/// \details The default OID is from RFC 8410 using <tt>id-X25519</tt>.
/// The default private key format is RFC 5208.
/// \details The value of version is written as the INTEGER. INTEGER 0 means
@@ -382,7 +382,7 @@ struct ed25519PrivateKey : public PKCS8PrivateKey
/// \param bt BufferedTransformation object
/// \details Save() will write the OID associated with algorithm or scheme.
/// In the case of public and private keys, this function writes the
- /// subjectPubicKeyInfo parts.
+ /// subjectPublicKeyInfo parts.
/// \details The default OID is from RFC 8410 using <tt>id-Ed25519</tt>.
/// The default private key format is RFC 5208, which is the old format.
/// The old format provides the best interop, and keys will work
@@ -398,7 +398,7 @@ struct ed25519PrivateKey : public PKCS8PrivateKey
/// \param v1 flag indicating v1
/// \details Save() will write the OID associated with algorithm or scheme.
/// In the case of public and private keys, this function writes the
- /// subjectPubicKeyInfo parts.
+ /// subjectPublicKeyInfo parts.
/// \details The default OID is from RFC 8410 using <tt>id-Ed25519</tt>.
/// The default private key format is RFC 5208.
/// \details v1 means INTEGER 0 is written. INTEGER 0 means
@@ -435,7 +435,7 @@ struct ed25519PrivateKey : public PKCS8PrivateKey
/// \param version indicates version
/// \details DEREncode() will write the OID associated with algorithm or
/// scheme. In the case of public and private keys, this function writes
- /// the subjectPubicKeyInfo parts.
+ /// the subjectPublicKeyInfo parts.
/// \details The default OID is from RFC 8410 using <tt>id-X25519</tt>.
/// The default private key format is RFC 5208.
/// \details The value of version is written as the INTEGER. INTEGER 0 means
@@ -641,7 +641,7 @@ struct ed25519PublicKey : public X509PublicKey
/// \param bt BufferedTransformation object
/// \details Save() will write the OID associated with algorithm or scheme.
/// In the case of public and private keys, this function writes the
- /// subjectPubicKeyInfo parts.
+ /// subjectPublicKeyInfo parts.
/// \details The default OID is from RFC 8410 using <tt>id-X25519</tt>.
/// The default private key format is RFC 5208, which is the old format.
/// The old format provides the best interop, and keys will work