int rsapricrt(const mpbarrett *n, const mpbarrett *p, const mpbarrett *q, const mpnumber *dp, const mpnumber *dq, const mpnumber *qi, const mpnumber *c, mpnumber *m)
This function performs a raw RSA private key operation, with application of the Chinese Remainder The...
int rsapub(const mpbarrett *n, const mpnumber *e, const mpnumber *m, mpnumber *c)
This function performs a raw RSA public key operation.
#define BEECRYPTAPI
Definition: api.h:52
Definition: mpnumber.h:36
int rsapri(const mpbarrett *n, const mpnumber *d, const mpnumber *c, mpnumber *m)
This function performs a raw RSA private key operation.
int rsavrfy(const mpbarrett *n, const mpnumber *e, const mpnumber *m, const mpnumber *c)
This function performs a raw RSA verification.
Definition: mpbarrett.h:37