|
Givaro 4.2.1
|
#include <iostream>#include <givaro/gfq.h>#include <givaro/montgomery.h>#include <givaro/modular.h>#include <givaro/StaticElement.h>Namespaces | |
| namespace | Givaro |
| Namespace in which the whole Givaro library resides. | |
Typedefs | |
| typedef Modular< uint32_t > | Field1 |
| typedef StaticElement< Field1 > | Element1 |
| typedef GFqDom< int64_t > | Field2 |
| typedef StaticElement< Field2 > | Element2 |
| typedef Montgomery< int32_t > | Field3 |
| typedef StaticElement< Field3 > | Element3 |
| typedef Modular< Integer > | Field4 |
| typedef StaticElement< Field4 > | Element4 |
| typedef Modular< int32_t > | Field5 |
| typedef StaticElement< Field5 > | Element5 |
| typedef Modular< int16_t > | Field6 |
| typedef StaticElement< Field6 > | Element6 |
| typedef Modular< Log16 > | Field7 |
| typedef StaticElement< Field7 > | Element7 |
Functions | |
| template<class Field, class Element> | |
| void | TestField () |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |