Fabcoin Core
0.16.2
P2P Digital Currency
|
Public Member Functions | |
VariableRoundsCipherFactory (unsigned int keylen=0, unsigned int rounds=0) | |
unsigned int | BlockSize () const |
unsigned int | KeyLength () const |
BlockTransformation * | NewEncryption (const byte *keyStr) const |
BlockTransformation * | NewDecryption (const byte *keyStr) const |
Public Attributes | |
unsigned int | m_keylen |
unsigned int | m_rounds |
Definition at line 1146 of file validat1.cpp.
|
inline |
Definition at line 1149 of file validat1.cpp.
|
inlinevirtual |
Implements CipherFactory.
Definition at line 1151 of file validat1.cpp.
|
inlinevirtual |
Implements CipherFactory.
Definition at line 1152 of file validat1.cpp.
|
inlinevirtual |
Implements CipherFactory.
Definition at line 1156 of file validat1.cpp.
|
inlinevirtual |
Implements CipherFactory.
Definition at line 1154 of file validat1.cpp.
unsigned int VariableRoundsCipherFactory< E, D >::m_keylen |
Definition at line 1159 of file validat1.cpp.
unsigned int VariableRoundsCipherFactory< E, D >::m_rounds |
Definition at line 1159 of file validat1.cpp.