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
 

rsakp::d2
 

rsakp::e
 

The public exponent.

rsakp::n
 

The modulus.

rsakp::p
 

The first prime factor of the modulus.

rsakp::q
 

The second prime factor of the modulus.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 27 05:14:51 2004 for BeeCrypt by doxygen1.2.18