Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <mdc.h>
Classes | |
class | Enc |
MDC cipher encryption operation. More... | |
Public Types | |
typedef BlockCipherFinal< ENCRYPTION, Enc > | Encryption |
use BlockCipher interface More... | |
Additional Inherited Members | |
Public Member Functions inherited from FixedKeyLength< T::BLOCKSIZE > | |
CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API | StaticGetValidKeyLength (size_t keylength) |
The default key length used by the algorithm provided as a constant. More... | |
Static Public Member Functions inherited from MDC_Info< T > | |
static std::string | StaticAlgorithmName () |
MDC cipher.
MDC() is a construction by Peter Gutmann to turn an iterated hash function into a PRF
typedef BlockCipherFinal<ENCRYPTION, Enc> MDC< T >::Encryption |
use BlockCipher interface