The ITEM Structure

The ITEM Structure

Often, Crypto-C requires that input be in the form of an ITEM structure, defined as follows:

typedef struct { unsigned char *data; unsigned int len;

}ITEM;

1 4

R S A B S A F E C r y p t o - C L i b r a r y R e f e r e n c e M a n u a l

Page 24
Image 24
RSA Security 5 manual Item Structure