|
Crypto++
6.1
Free C++ class library of cryptographic schemes
|
Threefish 1024-bit block cipher. More...
Inheritance diagram for Threefish1024:Classes | |
| class | Base |
| Threefish block cipher transformation functions. More... | |
| class | Dec |
| Provides implementation for encryption transformation. More... | |
| class | Enc |
| Provides implementation for encryption transformation. More... | |
Public Types | |
| typedef BlockCipherFinal< ENCRYPTION, Enc > | Encryption |
| typedef BlockCipherFinal< DECRYPTION, Dec > | Decryption |
Public Types inherited from Threefish_Base< 32 > | |
| typedef SecBlock< word64, AllocatorWithCleanup< word64, true > > | AlignedSecBlock64 |
Public Types inherited from BlockCipherDocumentation | |
| typedef BlockCipher | Encryption |
| implements the BlockCipher interface | |
| typedef BlockCipher | Decryption |
| implements the BlockCipher interface | |
Additional Inherited Members | |
Public Member Functions inherited from Threefish_Base< 32 > | |
| void | SetTweak (const NameValuePairs ¶ms) |
Public Attributes inherited from Threefish_Base< 32 > | |
| AlignedSecBlock64 | m_wspace |
| AlignedSecBlock64 | m_rkey |
| AlignedSecBlock64 | m_tweak |
Threefish 1024-bit block cipher.
Threefish1024 provides 1024-bit block size. The valid key size is 1024-bit.
Definition at line 160 of file threefish.h.
1.8.14