BeeCrypt  4.2.1
Data Structures | Functions

RSA keypair, headers. More...

#include "beecrypt/rsapk.h"
Include dependency graph for rsakp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rsakp
 RSA keypair. More...
 

Functions

int rsakpMake (rsakp *, randomGeneratorContext *, size_t)
 
int rsakpInit (rsakp *)
 
int rsakpFree (rsakp *)
 
int rsakpCopy (rsakp *, const rsakp *)
 

Detailed Description

RSA keypair, headers.

Author
Bob Deblier bob.d.nosp@m.ebli.nosp@m.er@te.nosp@m.lene.nosp@m.t.be

Function Documentation

int rsakpCopy ( rsakp ,
const rsakp  
)
int rsakpFree ( rsakp )
int rsakpInit ( rsakp )
int rsakpMake ( rsakp ,
randomGeneratorContext ,
size_t   
)