#include <stdio.h>
#include "xyssl/bignum.h"
Go to the source code of this file.
Defines | |
#define | _CRT_SECURE_NO_DEPRECATE 1 |
Functions | |
int | main (void) |
#define _CRT_SECURE_NO_DEPRECATE 1 |
Definition at line 22 of file mpi_demo.c.
int main | ( | void | ) |
Definition at line 29 of file mpi_demo.c.
References mpi_exp_mod(), mpi_free(), mpi_init(), mpi_inv_mod(), mpi_mul_mpi(), mpi_read_string(), mpi_sub_int(), and mpi_write_file().