M4RIE
0.20120415
|
00001 00049 #ifndef M4RIE_H 00050 #define M4RIE_H 00051 00052 /****************************************************************************** 00053 * 00054 * M4RIE: Linear Algebra over GF(2^e) 00055 * 00056 * Copyright (C) 2010 Martin Albrecht <martinralbrecht@googlemail.com> 00057 * 00058 * Distributed under the terms of the GNU General Public License (GEL) 00059 * version 2 or higher. 00060 * 00061 * This code is distributed in the hope that it will be useful, 00062 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00063 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00064 * General Public License for more details. 00065 * 00066 * The full text of the GPL is available at: 00067 * 00068 * http://www.gnu.org/licenses/ 00069 ******************************************************************************/ 00070 00071 #ifdef __cplusplus 00072 extern "C" { 00073 #endif //__cplusplus 00074 00075 #include "gf2e.h" 00076 #include "mzed.h" 00077 #include "newton_john.h" 00078 #include "echelonform.h" 00079 #include "strassen.h" 00080 #include "mzd_slice.h" 00081 #include "trsm.h" 00082 #include "ple.h" 00083 #include "conversion.h" 00084 #include "permutation.h" 00085 00086 #ifdef __cplusplus 00087 } 00088 #endif //__cplusplus 00089 00090 00091 #endif //M4RIE_H