![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <tea.h>
Classes | |
| class | Base |
| BTEA block cipher default operation. More... | |
| class | Dec |
| BTEA block cipher decryption operation. More... | |
| class | Enc |
| BTEA block cipher encryption operation. More... | |
Public Types | |
| typedef BlockCipherFinal< ENCRYPTION, Enc > | Encryption |
| typedef BlockCipherFinal< DECRYPTION, Dec > | Decryption |
Public Types inherited from BlockCipherDocumentation | |
| typedef BlockCipher | Encryption |
| implements the BlockCipher interface More... | |
| typedef BlockCipher | Decryption |
| implements the BlockCipher interface More... | |
Additional Inherited Members | |
Public Member Functions inherited from BTEA_Info | |
| CRYPTOPP_STATIC_CONSTEXPR const char * | StaticAlgorithmName () |
Public Member Functions inherited from FixedKeyLength< 16 > | |
| CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API | StaticGetValidKeyLength (size_t keylength) |
| The default key length used by the algorithm provided as a constant. More... | |
BTEA block cipher.
Corrected Block TEA as described in "xxtea". This class hasn't been tested yet.
| typedef BlockCipherFinal<DECRYPTION, Dec> BTEA::Decryption |
| typedef BlockCipherFinal<ENCRYPTION, Enc> BTEA::Encryption |
1.8.11