Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

Transform Struct Reference

Structure which contains transform types. More...

#include <transforms.h>


Data Fields

Transformnext
 next element
uint8_t type
 type of transform
uint16_t id
 id of algo
uint16_t keyLen
 key length (optional)


Detailed Description

Structure which contains transform types.


Field Documentation

uint16_t Transform::id
 

id of algo

uint16_t Transform::keyLen
 

key length (optional)

struct Transform* Transform::next
 

next element

uint8_t Transform::type
 

type of transform


The documentation for this struct was generated from the following file:
Project hosted by: SourceForge.net Logo