rsa_context Struct Reference
#include <rsa.h>
Detailed Description
RSA context structure.
Definition at line 123 of file rsa.h.
Field Documentation
private exponent
Definition at line 131 of file rsa.h.
D % (P - 1)
Definition at line 134 of file rsa.h.
D % (Q - 1)
Definition at line 135 of file rsa.h.
hash identifier
Definition at line 143 of file rsa.h.
1st prime factor
Definition at line 132 of file rsa.h.
RNG parameter
Definition at line 145 of file rsa.h.
1.5 or OAEP/PSS
Definition at line 142 of file rsa.h.
2nd prime factor
Definition at line 133 of file rsa.h.
1 / (Q % P)
Definition at line 136 of file rsa.h.
cached R^2 mod N
Definition at line 138 of file rsa.h.
cached R^2 mod P
Definition at line 139 of file rsa.h.
cached R^2 mod Q
Definition at line 140 of file rsa.h.
always 0
Definition at line 125 of file rsa.h.