summaryrefslogtreecommitdiff
path: root/xed25519.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-25 09:10:11 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-25 09:10:11 -0500
commit4aa28fcf576248ac82c05469e16d826523432187 (patch)
tree2d6b5556400bf0e10d2cdac583bcfbe46474c730 /xed25519.h
parentbfd3f4e3c7af1a4a335334ef7b893709639f8510 (diff)
downloadcryptopp-git-4aa28fcf576248ac82c05469e16d826523432187.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 9678f0f8..07b8ba57 100644
--- a/xed25519.h
+++ b/xed25519.h
@@ -197,7 +197,7 @@ public:
/// means RFC 5958 format, which is the new format.
void DEREncode(BufferedTransformation &bt, int version) const;
- /// \brief Determine of OID is valid for this object
+ /// \brief Determine if OID is valid for this object
/// \details BERDecodeAndCheckAlgorithmID() parses the OID from
/// <tt>bt</tt> and determines if it valid for this object. The
/// problem in practice is there are multiple OIDs available to
@@ -383,7 +383,7 @@ struct ed25519PrivateKey : public PKCS8PrivateKey
/// means RFC 5958 format, which is the new format.
void DEREncode(BufferedTransformation &bt, int version) const;
- /// \brief Determine of OID is valid for this object
+ /// \brief Determine if OID is valid for this object
/// \details BERDecodeAndCheckAlgorithmID() parses the OID from
/// <tt>bt</tt> and determines if it valid for this object. The
/// problem in practice is there are multiple OIDs available to
@@ -566,7 +566,7 @@ struct ed25519PublicKey : public X509PublicKey
void BERDecodePublicKey(BufferedTransformation &bt, bool parametersPresent, size_t size);
void DEREncodePublicKey(BufferedTransformation &bt) const;
- /// \brief Determine of OID is valid for this object
+ /// \brief Determine if OID is valid for this object
/// \details BERDecodeAndCheckAlgorithmID() parses the OID from
/// <tt>bt</tt> and determines if it valid for this object. The
/// problem in practice is there are multiple OIDs available to