Skip to content

Commit

Permalink
Remove DEFAULT_BLOCKSIZE constants (GH #535)
Browse files Browse the repository at this point in the history
This should have been removed around January 2018 with the other functions.
  • Loading branch information
noloader committed Oct 14, 2018
1 parent 23279dc commit d6eaa50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions seckey.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***************
Expand Down

0 comments on commit d6eaa50

Please sign in to comment.