State information for Skinny-64 in parallel ECB mode. More...
#include <skinny64-parallel.h>
Data Fields | |
| const void * | vtable |
| void * | ctx |
| size_t | parallel_size |
State information for Skinny-64 in parallel ECB mode.
Definition at line 40 of file skinny64-parallel.h.
| void* Skinny64ParallelECB_t::ctx |
Dynamically-allocated context information
Definition at line 46 of file skinny64-parallel.h.
| size_t Skinny64ParallelECB_t::parallel_size |
Recommended block size for encrypting data in parallel. Best performance is obtained when data is supplied in multiples of this size; e.g. 64 bytes for 8 blocks at a time
Definition at line 51 of file skinny64-parallel.h.
| const void* Skinny64ParallelECB_t::vtable |
Vtable pointer for the actual parallel ECB implementation
Definition at line 43 of file skinny64-parallel.h.
1.8.6