|
BeeCrypt 4.2.1
|
Discrete Logarithm domain parameters, headers. More...
#include "beecrypt/mpbarrett.h"

Go to the source code of this file.
Data Structures | |
| struct | dldp_p |
| Discrete Logarithm Domain Parameters over a prime field. More... | |
Discrete Logarithm domain parameters, headers.
References BEECRYPTAPI.
References BEECRYPTAPI.
| int dldp_pFree | ( | dldp_p * | ) |
References BEECRYPTAPI.
| int dldp_pgonGenerator | ( | dldp_p * | , |
| randomGeneratorContext * | ) |
References BEECRYPTAPI.
| int dldp_pgonMake | ( | dldp_p * | , |
| randomGeneratorContext * | , | ||
| size_t | , | ||
| size_t | ) |
References BEECRYPTAPI.
| int dldp_pgonMakeSafe | ( | dldp_p * | , |
| randomGeneratorContext * | , | ||
| size_t | ) |
References BEECRYPTAPI.
| int dldp_pgonValidate | ( | const dldp_p * | , |
| randomGeneratorContext * | ) |
| int dldp_pgoqGenerator | ( | dldp_p * | , |
| randomGeneratorContext * | ) |
References BEECRYPTAPI.
| int dldp_pgoqMake | ( | dldp_p * | , |
| randomGeneratorContext * | , | ||
| size_t | , | ||
| size_t | , | ||
| int | ) |
References BEECRYPTAPI.
| int dldp_pgoqMakeSafe | ( | dldp_p * | , |
| randomGeneratorContext * | , | ||
| size_t | ) |
References BEECRYPTAPI.
| int dldp_pgoqValidate | ( | const dldp_p * | , |
| randomGeneratorContext * | , | ||
| int | ) |
References BEECRYPTAPI.
| int dldp_pInit | ( | dldp_p * | ) |
References BEECRYPTAPI.
| int dldp_pPair | ( | const dldp_p * | , |
| randomGeneratorContext * | , | ||
| mpnumber * | x, | ||
| mpnumber * | y ) |
References BEECRYPTAPI.
| int dldp_pPair_s | ( | const dldp_p * | , |
| randomGeneratorContext * | , | ||
| mpnumber * | x, | ||
| mpnumber * | y, | ||
| size_t | ) |
References BEECRYPTAPI.
| int dldp_pPrivate | ( | const dldp_p * | , |
| randomGeneratorContext * | , | ||
| mpnumber * | ) |
References BEECRYPTAPI.
| int dldp_pPrivate_s | ( | const dldp_p * | , |
| randomGeneratorContext * | , | ||
| mpnumber * | , | ||
| size_t | ) |
References BEECRYPTAPI.
References BEECRYPTAPI.