Remove HashFunction typedef (Issue 369)

This should have happened when we removed most of MAINTAIN_BACKWARDS_COMPATIBILITY artifacts.
pull/416/head
Jeffrey Walton 2017-05-01 16:41:43 -04:00
parent 9db82ed793
commit a33a3435f4
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 2 deletions

View File

@ -1094,8 +1094,6 @@ protected:
void ThrowIfInvalidTruncatedSize(size_t size) const; void ThrowIfInvalidTruncatedSize(size_t size) const;
}; };
typedef HashTransformation HashFunction;
//! \brief Interface for one direction (encryption or decryption) of a block cipher //! \brief Interface for one direction (encryption or decryption) of a block cipher
//! \details These objects usually should not be used directly. See BlockTransformation for more details. //! \details These objects usually should not be used directly. See BlockTransformation for more details.
class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE BlockCipher : public SimpleKeyingInterface, public BlockTransformation class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE BlockCipher : public SimpleKeyingInterface, public BlockTransformation