|
Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
Threefish block cipher base class. More...
#include <threefish.h>
Public Types | |
| typedef SecBlock< word64, AllocatorWithCleanup< word64, true > > | AlignedSecBlock64 |
Public Member Functions | |
| void | SetTweak (const NameValuePairs ¶ms) |
Public Attributes | |
| AlignedSecBlock64 | m_wspace |
| AlignedSecBlock64 | m_rkey |
| AlignedSecBlock64 | m_tweak |
Threefish block cipher base class.
| BS | block size of the cipher, in bytes |
User code should use Threefish256, Threefish512, Threefish1024
Definition at line 40 of file threefish.h.
| typedef SecBlock<word64, AllocatorWithCleanup<word64, true> > Threefish_Base< BS >::AlignedSecBlock64 |
Definition at line 61 of file threefish.h.
|
inlinevirtual |
Definition at line 42 of file threefish.h.
|
inline |
Definition at line 44 of file threefish.h.
|
mutable |
Definition at line 62 of file threefish.h.
| AlignedSecBlock64 Threefish_Base< BS >::m_rkey |
Definition at line 63 of file threefish.h.
| AlignedSecBlock64 Threefish_Base< BS >::m_tweak |
Definition at line 64 of file threefish.h.