summaryrefslogtreecommitdiff
path: root/cham.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-02 19:53:13 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-02 19:53:13 -0500
commitc1d8d81e8540f106d9754e0bbb4aa9205fa3067c (patch)
tree2e7fa71d9e693676ae14c2f4e2e2edf7f8d1ae83 /cham.h
parentf51dc25c121c13de0f97f5d7b97b1f368c035b8f (diff)
downloadcryptopp-git-c1d8d81e8540f106d9754e0bbb4aa9205fa3067c.tar.gz
Update CHAM64 and CHAM128 key setup
Diffstat (limited to 'cham.h')
-rw-r--r--cham.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cham.h b/cham.h
index 30a84b4e..2f283fc4 100644
--- a/cham.h
+++ b/cham.h
@@ -74,7 +74,6 @@ public:
{
protected:
void UncheckedSetKey(const byte *userKey, unsigned int keyLength, const NameValuePairs &params);
- std::string AlgorithmProvider() const;
SecBlock<word16> m_rk;
mutable FixedSizeSecBlock<word16, 4> m_x;