Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Public Types | List of all members
MDC< T > Class Template Reference

MDC cipher. More...

#include <mdc.h>

Inheritance diagram for MDC< T >:
[legend]
Collaboration diagram for MDC< T >:
[legend]

Classes

class  Enc
 MDC cipher encryption operation. More...
 

Public Types

typedef BlockCipherFinal< ENCRYPTION, EncEncryption
 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 ()
 

Detailed Description

template<class T>
class MDC< T >

MDC cipher.

MDC() is a construction by Peter Gutmann to turn an iterated hash function into a PRF

See also
MDC

Definition at line 29 of file mdc.h.

Member Typedef Documentation

template<class T >
typedef BlockCipherFinal<ENCRYPTION, Enc> MDC< T >::Encryption

use BlockCipher interface

Definition at line 74 of file mdc.h.


The documentation for this class was generated from the following file: