summaryrefslogtreecommitdiff
path: root/pubkey.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-11-20 19:15:33 -0500
committerJeffrey Walton <noloader@gmail.com>2015-11-20 19:15:33 -0500
commitc45435812225aa68d122c7de246e5f60b509766c (patch)
treed834edb16c82beed38291b896cfb3ac145dd5aae /pubkey.h
parent5f70a7c85e02f3c3392930d32682a500d7258b8c (diff)
downloadcryptopp-git-c45435812225aa68d122c7de246e5f60b509766c.tar.gz
Crypto++ 5.6.3 check-in
Diffstat (limited to 'pubkey.h')
-rw-r--r--pubkey.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/pubkey.h b/pubkey.h
index 47547e47..98769f61 100644
--- a/pubkey.h
+++ b/pubkey.h
@@ -109,7 +109,7 @@ public:
virtual Integer ApplyRandomizedFunction(RandomNumberGenerator &rng, const Integer &x) const =0;
//! \brief Determines if the encryption algorithm is randomized
- //! \returns \p true if the encryption algorithm is randominzed, \p false otherwise
+ //! \returns \p true if the encryption algorithm is randomized, \p false otherwise
//! \details If \p IsRandomized() returns \p false, then \p NullRNG() can be used.
virtual bool IsRandomized() const {return true;}
@@ -170,7 +170,7 @@ public:
virtual Integer CalculateRandomizedInverse(RandomNumberGenerator &rng, const Integer &x) const =0;
//! \brief Determines if the decryption algorithm is randomized
- //! \returns \p true if the decryption algorithm is randominzed, \p false otherwise
+ //! \returns \p true if the decryption algorithm is randomized, \p false otherwise
//! \details If \p IsRandomized() returns \p false, then \p NullRNG() can be used.
virtual bool IsRandomized() const {return true;}
};
@@ -197,7 +197,7 @@ public:
{return CalculateInverse(rng, x);}
//! \brief Determines if the decryption algorithm is randomized
- //! \returns \p true if the decryption algorithm is randominzed, \p false otherwise
+ //! \returns \p true if the decryption algorithm is randomized, \p false otherwise
//! \details If \p IsRandomized() returns \p false, then \p NullRNG() can be used.
bool IsRandomized() const {return false;}
@@ -1966,3 +1966,4 @@ NAMESPACE_END
#endif
#endif
+f