NO DOC.
NO DOC
#include <iostream>
#include <fstream>
#include "givaro/givintrsa.h"
#include "givaro/givrandom.h"
#include "givaro/givtimer.h"
int main(int argc, char** argv)
{
if (argc > 3)
else
std::cin >> n;
if (argc > 4)
else
std::cin >> e;
std::ifstream TXT(argv[1]);
if (!TXT) { std::cerr << "Error opening input file: " << argv[1] << std::endl; return -1; }
std::ofstream OUT(argv[2]);
if (!OUT) { std::cerr << "Error opening output file: " << argv[2] << std::endl; return -1; }
OUT.close();
TXT.close();
std::cerr << tim << std::endl;
return 0;
}
RSA domain.
Definition: givintrsa.h:36
std::ostream & encipher(std::ostream &, std::istream &) const
Text conversions.
Definition: givintrsa.inl:94
This is the Integer class.
Definition: gmp++_int.h:160
Timer.
Definition: givtimer.h:129
void start()
Start timer.
Definition: givtimer.C:190
void stop()
Stop timer.
Definition: givtimer.C:198
void clear()
Clear timer.
Definition: givtimer.C:181
Namespace in which the whole Givaro library resides.
Definition: all_field.C:23