Remove DEFAULT_BLOCKSIZE constants (GH #535)
This should have been removed around January 2018 with the other functions.pull/723/head
parent
23279dcd45
commit
d6eaa5098e
6
seckey.h
6
seckey.h
|
|
@ -42,12 +42,6 @@ class FixedBlockSize
|
||||||
public:
|
public:
|
||||||
/// \brief The block size of the algorithm provided as a constant.
|
/// \brief The block size of the algorithm provided as a constant.
|
||||||
CRYPTOPP_CONSTANT(BLOCKSIZE = N)
|
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 ***************
|
// ************** rounds ***************
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue