Structure that holds the RSA private key. More...
Data Fields | |
| const BC_NANU_CONS * | p |
| First prime, P. | |
| const BC_NANU_CONS * | q |
| Second prime, Q. | |
| const BC_NANU_CONS * | P |
| D mod (P-1) (D:private exponent). | |
| const BC_NANU_CONS * | Q |
| D mod (Q-1). | |
| const BC_NANU_CONS * | I |
| Q-1 mod P. | |
Structure that holds the RSA private key.
1.7.1