Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

rsakp Struct Reference
[Integer Factorization Primitives: RSA]

RSA keypair. More...

#include <rsakp.h>


Data Fields

mpbarrett n
 The modulus.

mpnumber e
 The public exponent.

mpnumber d
 The private exponent.

mpbarrett p
 The first prime factor of the modulus.

mpbarrett q
 The second prime factor of the modulus.

mpnumber d1
mpnumber d2
mpnumber c


Detailed Description

RSA keypair.

Definition at line 34 of file rsakp.h.


Field Documentation

mpnumber rsakp::c
 

Definition at line 72 of file rsakp.h.

rsakp::d
 

The private exponent.

rsakp::d1
 

$d_1=d\ \textrm{mod}\ (p-1)$

rsakp::d2
 

$d_2=d\ \textrm{mod}\ (q-1)$

rsakp::e
 

The public exponent.

rsakp::n
 

The modulus.

$n=pq$

rsakp::p
 

The first prime factor of the modulus.

rsakp::q
 

The second prime factor of the modulus.

$c=q^{-1}\ \textrm{mod}\ p$


The documentation for this struct was generated from the following file:
Generated on Wed Mar 24 13:56:54 2004 for BeeCrypt by doxygen 1.3.6