summaryrefslogtreecommitdiff
path: root/cryptlib.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-18 11:03:23 -0400
committerJeffrey Walton <noloader@gmail.com>2019-10-18 11:03:23 -0400
commit8250257ee3b317a5610e213eaa5e6f6761f75a67 (patch)
tree1ee175c2dc0b37a3225a247a13b6b4b5a747bdab /cryptlib.h
parent418d0cad87c4b2fca2c7b290f85cdf7633eba704 (diff)
downloadcryptopp-git-8250257ee3b317a5610e213eaa5e6f6761f75a67.tar.gz
Update documentation
Diffstat (limited to 'cryptlib.h')
-rw-r--r--cryptlib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cryptlib.h b/cryptlib.h
index 96e99181..da4c2760 100644
--- a/cryptlib.h
+++ b/cryptlib.h
@@ -1409,6 +1409,8 @@ protected:
/// to hardware based generators.
/// \details All generated values are uniformly distributed over the range specified.
/// \since Crypto++ 3.1
+/// \sa <A HREF="https://www.cryptopp.com/wiki/RandomNumberGenerator">RandomNumberGenerator</A>
+/// on the Crypto++ wiki
class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE RandomNumberGenerator : public Algorithm
{
public:
@@ -1495,6 +1497,8 @@ public:
/// \brief Interface for key derivation functions
/// \since Crypto++ 7.0
+/// \sa <A HREF="https://www.cryptopp.com/wiki/KeyDerivationFunction">KeyDerivationFunction</A>
+/// on the Crypto++ wiki
class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE KeyDerivationFunction : public Algorithm
{
public: