diff options
Diffstat (limited to 'rsa.h')
-rw-r--r-- | rsa.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ struct RSA_key { mp_int* n; mp_int* e; + /* d, p, and q are private parts */ mp_int* d; mp_int* p; mp_int* q; |
index : dropbear | ||
Smallish SSH server and client |
summaryrefslogtreecommitdiffhomepage |