|
BeeCrypt 4.2.1
|
Multi-precision primes, headers. More...
#include "beecrypt/mpbarrett.h"
Go to the source code of this file.
Macros | |
| #define | SMALL_PRIMES_PRODUCT_MAX 32 |
Functions | |
| int | mpptrials (size_t) |
| int | mppmilrab_w (const mpbarrett *, randomGeneratorContext *, int, mpw *) |
| int | mpprnd_w (mpbarrett *, randomGeneratorContext *, size_t, int, const mpnumber *, mpw *) |
| int | mpprndr_w (mpbarrett *, randomGeneratorContext *, size_t, int, const mpnumber *, const mpnumber *, const mpnumber *, mpw *) |
| void | mpprndsafe_w (mpbarrett *, randomGeneratorContext *, size_t, int, mpw *) |
| void | mpprndcon_w (mpbarrett *, randomGeneratorContext *, size_t, int, const mpnumber *, const mpnumber *, const mpnumber *, mpnumber *, mpw *) |
| void | mpprndconone_w (mpbarrett *, randomGeneratorContext *, size_t, int, const mpbarrett *, const mpnumber *, mpnumber *, int, mpw *) |
Variables | |
| mpw * | mpspprod [SMALL_PRIMES_PRODUCT_MAX] |
Multi-precision primes, headers.
| #define SMALL_PRIMES_PRODUCT_MAX 32 |
| int mppmilrab_w | ( | const mpbarrett * | , |
| randomGeneratorContext * | , | ||
| int | , | ||
| mpw * | ) |
References BEECRYPTAPI.
| int mpprnd_w | ( | mpbarrett * | , |
| randomGeneratorContext * | , | ||
| size_t | , | ||
| int | , | ||
| const mpnumber * | , | ||
| mpw * | ) |
References BEECRYPTAPI.
| void mpprndcon_w | ( | mpbarrett * | , |
| randomGeneratorContext * | , | ||
| size_t | , | ||
| int | , | ||
| const mpnumber * | , | ||
| const mpnumber * | , | ||
| const mpnumber * | , | ||
| mpnumber * | , | ||
| mpw * | ) |
References BEECRYPTAPI.
| void mpprndconone_w | ( | mpbarrett * | , |
| randomGeneratorContext * | , | ||
| size_t | , | ||
| int | , | ||
| const mpbarrett * | , | ||
| const mpnumber * | , | ||
| mpnumber * | , | ||
| int | , | ||
| mpw * | ) |
| int mpprndr_w | ( | mpbarrett * | , |
| randomGeneratorContext * | , | ||
| size_t | , | ||
| int | , | ||
| const mpnumber * | , | ||
| const mpnumber * | , | ||
| const mpnumber * | , | ||
| mpw * | ) |
References BEECRYPTAPI.
| void mpprndsafe_w | ( | mpbarrett * | , |
| randomGeneratorContext * | , | ||
| size_t | , | ||
| int | , | ||
| mpw * | ) |
References BEECRYPTAPI.
| int mpptrials | ( | size_t | ) |
References BEECRYPTAPI.
|
extern |