From d6eaa5098efd272dbfd6a0c83a4d9d6743184115 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 14 Oct 2018 09:18:45 -0400 Subject: [PATCH] Remove DEFAULT_BLOCKSIZE constants (GH #535) This should have been removed around January 2018 with the other functions. --- seckey.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/seckey.h b/seckey.h index 343bd730..90fd6dce 100644 --- a/seckey.h +++ b/seckey.h @@ -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 ***************