CRYPTORSASignContext

Definition


#include <nitro/crypto.h>

#define CRYPTO_RSA_SIGN_CONTEXT_SIZE   4

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

Elements

mem Used internally

Description

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

Revision History

2008/04/17 Initial version.


CONFIDENTIAL