Data Structures | Functions

include/beecrypt/rsakp.h File Reference

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.deblier@telenet.be>

Function Documentation

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