summaryrefslogtreecommitdiff
path: root/cryptlib.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-03-29 23:13:56 -0400
committerGitHub <noreply@github.com>2018-03-29 23:13:56 -0400
commit7b33bc5e04ae58ff4f82a5fbc810e8c42856791b (patch)
tree53c8625971d27bece42cdcff6ce4764a34e9ec29 /cryptlib.cpp
parent32abab75f29789dcd3e32f634498d25d37a0a5a3 (diff)
downloadcryptopp-git-7b33bc5e04ae58ff4f82a5fbc810e8c42856791b.tar.gz
Cutover PBKDF to KeyDerivationFunction interface (GH #610, PR #612)
Diffstat (limited to 'cryptlib.cpp')
-rw-r--r--cryptlib.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/cryptlib.cpp b/cryptlib.cpp
index 2c67cd74..d7fa4df0 100644
--- a/cryptlib.cpp
+++ b/cryptlib.cpp
@@ -333,11 +333,6 @@ void RandomNumberGenerator::GenerateIntoBufferedTransformation(BufferedTransform
}
}
-const Algorithm & KeyDerivationFunction::GetAlgorithm() const
-{
- return *this;
-}
-
size_t KeyDerivationFunction::MinDerivedLength() const
{
return 0;