|
PolarSSL
|
RSA context structure. More...
#include <rsa.h>
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 |
RSA context structure.
private exponent
D % (P - 1)
D % (Q - 1)
public exponent
hash identifier
| int rsa_context::len |
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
| int rsa_context::ver |
always 0
1.7.3