BeeCrypt 4.2.1
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.d.nosp@m.ebli.nosp@m.er@te.nosp@m.lene.nosp@m.t.be

Function Documentation

◆ rsakpCopy()

int rsakpCopy ( rsakp * ,
const rsakp *  )

◆ rsakpFree()

int rsakpFree ( rsakp * )

References BEECRYPTAPI.

◆ rsakpInit()

int rsakpInit ( rsakp * )

References BEECRYPTAPI.

◆ rsakpMake()

int rsakpMake ( rsakp * ,
randomGeneratorContext * ,
size_t  )

References BEECRYPTAPI.