#include <UT_RSA.h>

Public Member Functions | |
| UT_VeryLong | encrypt (const UT_VeryLong &plain) |
| void | encrypt (unsigned char *dest, const unsigned char *src, unsigned &len) |
| void | setE (const unsigned *e, int ewords) |
| void | setM (const unsigned *m, int mwords) |
| void | setE (UT_VeryLong &e) |
| void | setM (UT_VeryLong &m) |
Public Attributes | |
| UT_VeryLong | myM |
| UT_VeryLong | myE |
Definition at line 9 of file UT_RSA.h.
| void UT_RSA_Public::encrypt | ( | unsigned char * | dest, | |
| const unsigned char * | src, | |||
| unsigned & | len | |||
| ) |
| UT_VeryLong UT_RSA_Public::encrypt | ( | const UT_VeryLong & | plain | ) |
| void UT_RSA_Public::setE | ( | UT_VeryLong & | e | ) | [inline] |
| void UT_RSA_Public::setE | ( | const unsigned * | e, | |
| int | ewords | |||
| ) |
| void UT_RSA_Public::setM | ( | UT_VeryLong & | m | ) | [inline] |
| void UT_RSA_Public::setM | ( | const unsigned * | m, | |
| int | mwords | |||
| ) |
1.5.9