BeeCrypt
4.2.1
|
Discrete Logarithm keypair, headers. More...
#include "beecrypt/dlpk.h"
Go to the source code of this file.
Data Structures | |
struct | dlkp_p |
Functions | |
int | dlkp_pPair (dlkp_p *, randomGeneratorContext *, const dldp_p *) |
int | dlkp_pInit (dlkp_p *) |
int | dlkp_pFree (dlkp_p *) |
int | dlkp_pCopy (dlkp_p *, const dlkp_p *) |
Discrete Logarithm keypair, headers.
int dlkp_pFree | ( | dlkp_p * | ) |
int dlkp_pInit | ( | dlkp_p * | ) |
int dlkp_pPair | ( | dlkp_p * | , |
randomGeneratorContext * | , | ||
const dldp_p * | |||
) |