From 4aa28fcf576248ac82c05469e16d826523432187 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 25 Dec 2018 09:10:11 -0500 Subject: [PATCH] Update documentation --- xed25519.h | 6 +++--- 1 file 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 /// bt 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 /// bt 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 /// bt and determines if it valid for this object. The /// problem in practice is there are multiple OIDs available to