MTGP
1.1.1
|
functions for calculating jump polynomial. More...
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) |
functions for calculating jump polynomial.
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
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 | ||
) |