PolarSSL
Public Attributes

rsa_context Struct Reference

RSA context structure. More...

#include <rsa.h>

List of all members.

Public Attributes

int ver
int len
mpi N
mpi E
mpi D
mpi P
mpi Q
mpi DP
mpi DQ
mpi QP
mpi RN
mpi RP
mpi RQ
int padding
int hash_id

Detailed Description

RSA context structure.


Member Data Documentation

private exponent

D % (P - 1)

D % (Q - 1)

public exponent

hash identifier

size(N) in chars

public modulus

1st prime factor

1.5 or OAEP/PSS

2nd prime factor

1 / (Q % P)

cached R^2 mod N

cached R^2 mod P

cached R^2 mod Q

always 0


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Defines