summaryrefslogtreecommitdiff
path: root/rdrand.h
diff options
context:
space:
mode:
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