Skinny-C
 All Data Structures Files Functions Variables Groups Pages
Data Fields
Skinny64ParallelECB_t Struct Reference

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
 

Detailed Description

State information for Skinny-64 in parallel ECB mode.

Definition at line 40 of file skinny64-parallel.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: