State information for Skinny-128 in parallel ECB mode. More...
#include <skinny128-parallel.h>
Data Fields | |
const void * | vtable |
void * | ctx |
size_t | parallel_size |
State information for Skinny-128 in parallel ECB mode.
Definition at line 40 of file skinny128-parallel.h.
void* Skinny128ParallelECB_t::ctx |
Dynamically-allocated context information
Definition at line 46 of file skinny128-parallel.h.
size_t Skinny128ParallelECB_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. 128 bytes for 8 blocks at a time
Definition at line 51 of file skinny128-parallel.h.
const void* Skinny128ParallelECB_t::vtable |
Vtable pointer for the actual parallel ECB implementation
Definition at line 43 of file skinny128-parallel.h.