summaryrefslogtreecommitdiff
path: root/rijndael.h
diff options
context:
space:
mode:
Diffstat (limited to 'rijndael.h')
-rw-r--r--rijndael.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rijndael.h b/rijndael.h
index 9bbafda3..9a110bb0 100644
--- a/rijndael.h
+++ b/rijndael.h
@@ -44,6 +44,7 @@ class CRYPTOPP_DLL Rijndael : public Rijndael_Info, public BlockCipherDocumentat
{
public:
void UncheckedSetKey(const byte *userKey, unsigned int keyLength, const NameValuePairs &params);
+ std::string AlgorithmProvider() const;
protected:
static void FillEncTable();