Fabcoin Core
0.16.2
P2P Digital Currency
|
Inherited by keyed algorithms with fixed key length. More...
#include <seckey.h>
Public Member Functions | |
CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API | StaticGetValidKeyLength (size_t keylength) |
The default key length used by the algorithm provided as a constant. More... | |
Inherited by keyed algorithms with fixed key length.
N | Default key length, in bytes |
IV_REQ | the IV requirements |
IV_L | default IV length, in bytes |
|
inline |
The default key length used by the algorithm provided as a constant.
KEYLENGTH is provided in bytes, not bits The minimum key length used by the algorithm provided as a constant
MIN_KEYLENGTH is provided in bytes, not bits The maximum key length used by the algorithm provided as a constant
MAX_KEYLENGTH is provided in bytes, not bits The default key length used by the algorithm provided as a constant
DEFAULT_KEYLENGTH is provided in bytes, not bits The default IV requirements for the algorithm provided as a constant
The default value is NOT_RESYNCHRONIZABLE. See IV_Requirement in cryptlib.h for allowed values. The default IV length used by the algorithm provided as a constant
IV_LENGTH is provided in bytes, not bits. The default implementation uses 0. The default key length for the algorithm provided by a static function.
keylength | the size of the key, in bytes |
The default implementation returns KEYLENGTH. keylength is unused in the default implementation.