MTGP  1.1.1
Functions
mtgp32-calc-poly.hpp File Reference

functions for calculating jump polynomial. More...

#include <string>
#include <NTL/GF2X.h>
#include "mtgp32-fast.h"

Go to the source code of this file.

Functions

void calc_characteristic (NTL::GF2X &poly, mtgp32_fast_t *mtgp32)
void calc_characteristic (std::string &str, mtgp32_fast_t *mtgp32)
void calc_characteristic (uint32_t array[], int size, mtgp32_fast_t *mtgp32)

Detailed Description

functions for calculating jump polynomial.

Author:
Mutsuo Saito (Hiroshima University)
Makoto Matsumoto (The University of Tokyo)

Copyright (C) 2012 Mutsuo Saito, Makoto Matsumoto, Hiroshima University and The University of Tokyo. All rights reserved.

The 3-clause BSD License is applied to this software, see LICENSE.txt


Function Documentation

void calc_characteristic ( NTL::GF2X &  poly,
mtgp32_fast_t mtgp32 
)
void calc_characteristic ( std::string &  str,
mtgp32_fast_t mtgp32 
)
void calc_characteristic ( uint32_t  array[],
int  size,
mtgp32_fast_t mtgp32 
)