Go to the source code of this file.
Functions |
| static int | mpi_to_ltc_error (int err) |
| int | gen_rand_impl (unsigned char *dst, unsigned int len) |
| static int | rand_prime_helper (unsigned char *dst, int len, void *dat) |
| static int | rand_prime (mp_int *N, long len) |
| int | rsa_make_key (int size, long e, rsa_key *key) |
| void | rsa_free (rsa_key *key) |
| int | rsa_exptmod (const unsigned char *in, unsigned long inlen, unsigned char *out, unsigned long *outlen, int which, rsa_key *key) |
Variables |
| struct { |
| int mpi_code |
| int ltc_code |
| } | mpi_to_ltc_codes [] |