CRYPTORSAContext

Definition


#include <nitro/crypto.h>

#define CRYPTO_RSA_CONTEXT_SIZE   4

typedef struct CRYPTORSAContext
{
    u8  mem[CRYPTO_RSA_CONTEXT_SIZE];
}
CRYPTORSAContext;
		

Elements

mem Used internally

Description

This is the area used internally by the CRYPTO library (RSA).
The application does not have to set a value for the member.

Revision History

2008/03/27 Initial version.


CONFIDENTIAL