|
Givaro 4.2.1
|
#include <iostream>#include <fstream>#include <sys/stat.h>#include <openssl/rsa.h>#include <openssl/pem.h>#include "openssh/digest.h"#include "openssh/key.h"#include <givaro/givintrsa.h>#include <givaro/givtimer.h>Data Structures | |
| struct | Givaro_keygen< RandIter > |
Functions | |
| BIGNUM * | Integer2BN (BIGNUM *n, const Integer &a) |
| int | mymain (FILE *fileout, FILE *filepub, long s, unsigned long seed) |
| unsigned long | seedfromfile (char *filename) |
| void | usage () |
| int | main (int argc, char **argv) |
| BIGNUM * Integer2BN | ( | BIGNUM * | n, |
| const Integer & | a ) |
| int mymain | ( | FILE * | fileout, |
| FILE * | filepub, | ||
| long | s, | ||
| unsigned long | seed ) |
| unsigned long seedfromfile | ( | char * | filename | ) |
| void usage | ( | ) |
| int main | ( | int | argc, |
| char ** | argv ) |