BeeCrypt
4.2.1
|
Discrete Logarithm public key, headers. More...
#include "beecrypt/dldp.h"
Go to the source code of this file.
Data Structures | |
struct | dlpk_p |
Functions | |
int | dlpk_pInit (dlpk_p *) |
int | dlpk_pFree (dlpk_p *) |
int | dlpk_pCopy (dlpk_p *, const dlpk_p *) |
int | dlpk_pEqual (const dlpk_p *, const dlpk_p *) |
int | dlpk_pgoqValidate (const dlpk_p *, randomGeneratorContext *, int cofactor) |
int | dlpk_pgonValidate (const dlpk_p *, randomGeneratorContext *) |
Discrete Logarithm public key, headers.
int dlpk_pFree | ( | dlpk_p * | ) |
int dlpk_pgonValidate | ( | const dlpk_p * | , |
randomGeneratorContext * | |||
) |
int dlpk_pgoqValidate | ( | const dlpk_p * | , |
randomGeneratorContext * | , | ||
int | cofactor | ||
) |
int dlpk_pInit | ( | dlpk_p * | ) |