#include <iostream>
#include "integer.h"
#include "gf2n.h"
#include "hex.h"
#include "cryptlib.h"
#include "files.h"
Go to the source code of this file.
Functions | |
string | InttoString (Integer m, int base) |
string | Poly2toString (PolynomialMod2 m, int base) |
string | toString (Integer m) |
string InttoString | ( | Integer | m, | |
int | base | |||
) |
string Poly2toString | ( | PolynomialMod2 | m, | |
int | base | |||
) |
string toString | ( | Integer | m | ) |