Givaro
Typedefs | Functions
test-crt.C File Reference

NO DOC. More...

#include <iostream>
#include <givaro/givintprime.h>
#include <givaro/montgomery.h>
#include <givaro/modular.h>
#include <givaro/gfq.h>
#include <givaro/chineseremainder.h>
#include <givaro/givrns.h>
#include <givaro/givrnsfixed.h>
#include <givaro/givtimer.h>
#include <givaro/givrandom.h>
+ Include dependency graph for test-crt.C:

Typedefs

typedef GFqDom< int32_t > Field1
 
typedef Modular< int16_t > Field2
 
typedef Modular< int32_t > Field3
 
typedef Modular< int64_t > Field4
 
typedef Modular< uint16_t > Field5
 
typedef Modular< uint32_t > Field6
 
typedef Modular< uint64_t > Field7
 
typedef Modular< Log16 > Field8
 
typedef Modular< IntegerField9
 
typedef Montgomery< int32_t > Field10
 

Functions

template<typename Field >
Integer tmain (int argc, char **argv, const GivRandom &generator, const Integer UpperBoundChard, bool isFieldModular=true)
 
int main (int argc, char **argv)
 

Detailed Description

NO DOC.

Typedef Documentation

◆ Field1

typedef GFqDom<int32_t> Field1

◆ Field2

typedef Modular<int16_t> Field2

◆ Field3

typedef Modular<int32_t> Field3

◆ Field4

typedef Modular<int64_t> Field4

◆ Field5

typedef Modular<uint16_t> Field5

◆ Field6

typedef Modular<uint32_t> Field6

◆ Field7

typedef Modular<uint64_t> Field7

◆ Field8

typedef Modular<Log16> Field8

◆ Field9

◆ Field10

typedef Montgomery<int32_t> Field10

Function Documentation

◆ tmain()

Integer tmain ( int  argc,
char **  argv,
const GivRandom generator,
const Integer  UpperBoundChard,
bool  isFieldModular = true 
)

◆ main()

int main ( int  argc,
char **  argv 
)