Remove DEFAULT_BLOCKSIZE constants (GH #535)

This should have been removed around January 2018 with the other functions.
This commit is contained in:
Jeffrey Walton 2018-10-14 09:18:45 -04:00
parent 23279dcd45
commit d6eaa5098e
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -42,12 +42,6 @@ class FixedBlockSize
public:
/// \brief The block size of the algorithm provided as a constant.
CRYPTOPP_CONSTANT(BLOCKSIZE = N)
/// \brief The default blocksize for the algorithm provided as a constant.
CRYPTOPP_CONSTANT(DEFAULT_BLOCKSIZE = N)
/// \brief The minimum blocksize for the algorithm provided as a constant.
CRYPTOPP_CONSTANT(MIN_BLOCKSIZE = N)
/// \brief The maximum blocksize for the algorithm provided as a constant.
CRYPTOPP_CONSTANT(MAX_BLOCKSIZE = N)
};
// ************** rounds ***************