summaryrefslogtreecommitdiff
path: root/shacal2.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-08-18 22:26:01 -0400
committerJeffrey Walton <noloader@gmail.com>2018-08-18 22:26:01 -0400
commit3929c3594c1a084beb045afe22ec19d170a01c47 (patch)
tree7b773379a6d9f3c224c453d7e27542bb9b2df810 /shacal2.h
parent1f5d0d85cf40e840ebac88de70db5e508564648d (diff)
downloadcryptopp-git-3929c3594c1a084beb045afe22ec19d170a01c47.tar.gz
Add SHACAL2 cipher AlgorithmProvider()
Diffstat (limited to 'shacal2.h')
-rw-r--r--shacal2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shacal2.h b/shacal2.h
index 7be2d279..ca0c482c 100644
--- a/shacal2.h
+++ b/shacal2.h
@@ -28,6 +28,7 @@ class SHACAL2 : public SHACAL2_Info, public BlockCipherDocumentation
class CRYPTOPP_NO_VTABLE Base : public BlockCipherImpl<SHACAL2_Info>
{
public:
+ std::string AlgorithmProvider() const;
void UncheckedSetKey(const byte *userKey, unsigned int length, const NameValuePairs &params);
protected: