From b3bffeff3553f4b609afe634c8c8b56ca0a2384c Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 18 Jan 2014 21:26:38 +0000 Subject: More unique_ptr, also cleanup MGF1 usage --- src/lib/kdf/kdf.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/lib/kdf/kdf.h') diff --git a/src/lib/kdf/kdf.h b/src/lib/kdf/kdf.h index 39e7253f9..0e8f77681 100644 --- a/src/lib/kdf/kdf.h +++ b/src/lib/kdf/kdf.h @@ -1,5 +1,5 @@ /* -* KDF/MGF +* Key Derivation Function interfaces * (C) 1999-2007 Jack Lloyd * * Distributed under the terms of the Botan license @@ -113,18 +113,6 @@ class BOTAN_DLL KDF const byte salt[], size_t salt_len) const = 0; }; -/** -* Mask Generation Function -*/ -class BOTAN_DLL MGF - { - public: - virtual void mask(const byte in[], size_t in_len, - byte out[], size_t out_len) const = 0; - - virtual ~MGF() {} - }; - /** * Factory method for KDF (key derivation function) * @param algo_spec the name of the KDF to create -- cgit v1.2.3