#include "beecrypt/mpbarrett.h"
Go to the source code of this file.
Defines | |
#define | SMALL_PRIMES_PRODUCT_MAX 32 |
Functions | |
BEECRYPTAPI int | mpptrials (size_t) |
BEECRYPTAPI int | mppmilrab_w (const mpbarrett *, randomGeneratorContext *, int, mpw *) |
BEECRYPTAPI int | mpprnd_w (mpbarrett *, randomGeneratorContext *, size_t, int, const mpnumber *, mpw *) |
BEECRYPTAPI int | mpprndr_w (mpbarrett *, randomGeneratorContext *, size_t, int, const mpnumber *, const mpnumber *, const mpnumber *, mpw *) |
BEECRYPTAPI void | mpprndsafe_w (mpbarrett *, randomGeneratorContext *, size_t, int, mpw *) |
BEECRYPTAPI void | mpprndcon_w (mpbarrett *, randomGeneratorContext *, size_t, int, const mpnumber *, const mpnumber *, const mpnumber *, mpnumber *, mpw *) |
BEECRYPTAPI void | mpprndconone_w (mpbarrett *, randomGeneratorContext *, size_t, int, const mpbarrett *, const mpnumber *, mpnumber *, int, mpw *) |
Variables | |
mpw * | mpspprod [SMALL_PRIMES_PRODUCT_MAX] |
#define SMALL_PRIMES_PRODUCT_MAX 32 |
BEECRYPTAPI int mppmilrab_w | ( | const mpbarrett * | , | |
randomGeneratorContext * | , | |||
int | , | |||
mpw * | ||||
) |
BEECRYPTAPI int mpprnd_w | ( | mpbarrett * | , | |
randomGeneratorContext * | , | |||
size_t | , | |||
int | , | |||
const mpnumber * | , | |||
mpw * | ||||
) |
BEECRYPTAPI void mpprndcon_w | ( | mpbarrett * | , | |
randomGeneratorContext * | , | |||
size_t | , | |||
int | , | |||
const mpnumber * | , | |||
const mpnumber * | , | |||
const mpnumber * | , | |||
mpnumber * | , | |||
mpw * | ||||
) |
BEECRYPTAPI void mpprndconone_w | ( | mpbarrett * | , | |
randomGeneratorContext * | , | |||
size_t | , | |||
int | , | |||
const mpbarrett * | , | |||
const mpnumber * | , | |||
mpnumber * | , | |||
int | , | |||
mpw * | ||||
) |
BEECRYPTAPI int mpprndr_w | ( | mpbarrett * | , | |
randomGeneratorContext * | , | |||
size_t | , | |||
int | , | |||
const mpnumber * | , | |||
const mpnumber * | , | |||
const mpnumber * | , | |||
mpw * | ||||
) |
BEECRYPTAPI void mpprndsafe_w | ( | mpbarrett * | , | |
randomGeneratorContext * | , | |||
size_t | , | |||
int | , | |||
mpw * | ||||
) |
BEECRYPTAPI int mpptrials | ( | size_t | ) |