RsaPrivateKey Struct Reference
RSA private key. More...
#include <rsa.h>
Data Fields | |
| Mpi | n |
| Modulus. More... | |
| Mpi | e |
| Public exponent. More... | |
| Mpi | d |
| Private exponent. More... | |
| Mpi | p |
| First factor. More... | |
| Mpi | q |
| Second factor. More... | |
| Mpi | dp |
| First factor's CRT exponent. More... | |
| Mpi | dq |
| Second factor's CRT exponent. More... | |
| Mpi | qinv |
| CRT coefficient. More... | |
| int_t | slot |
| Private key slot. More... | |
Detailed Description
Field Documentation
◆ d
◆ dp
◆ dq
◆ e
◆ n
◆ p
◆ q
◆ qinv
◆ slot
The documentation for this struct was generated from the following file:
- cyclone_crypto/pkc/rsa.h
