summaryrefslogtreecommitdiff
path: root/rdrand.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-06 09:23:37 -0400
committerGitHub <noreply@github.com>2018-07-06 09:23:37 -0400
commitb74a6f444568e59a7766d1e286f82d2ce3086dcd (patch)
tree97937fe23f742f6c352f39e206b7ce7d774ba358 /rdrand.h
parent6d9047b444731175e6ea9a447a3f0002685804be (diff)
downloadcryptopp-git-b74a6f444568e59a7766d1e286f82d2ce3086dcd.tar.gz
Add algorithm provider member function to Algorithm class
Diffstat (limited to 'rdrand.h')
-rw-r--r--rdrand.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rdrand.h b/rdrand.h
index 320d864c..a5529f2f 100644
--- a/rdrand.h
+++ b/rdrand.h
@@ -80,6 +80,8 @@ public:
// Override to avoid the base class' throw.
CRYPTOPP_UNUSED(input); CRYPTOPP_UNUSED(length);
}
+
+ std::string AlgorithmProvider() const;
};
/// \brief Exception thrown when a RDSEED generator encounters
@@ -130,6 +132,8 @@ public:
// Override to avoid the base class' throw.
CRYPTOPP_UNUSED(input); CRYPTOPP_UNUSED(length);
}
+
+ std::string AlgorithmProvider() const;
};
NAMESPACE_END