M4RIE  0.20120415
 All Data Structures Files Functions Variables Macros Groups Pages
m4rie.h
Go to the documentation of this file.
1 
49 #ifndef M4RIE_H
50 #define M4RIE_H
51 
52 /******************************************************************************
53 *
54 * M4RIE: Linear Algebra over GF(2^e)
55 *
56 * Copyright (C) 2010 Martin Albrecht <martinralbrecht@googlemail.com>
57 *
58 * Distributed under the terms of the GNU General Public License (GEL)
59 * version 2 or higher.
60 *
61 * This code is distributed in the hope that it will be useful,
62 * but WITHOUT ANY WARRANTY; without even the implied warranty of
63 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
64 * General Public License for more details.
65 *
66 * The full text of the GPL is available at:
67 *
68 * http://www.gnu.org/licenses/
69 ******************************************************************************/
70 
71 #ifdef __cplusplus
72 extern "C" {
73 #endif //__cplusplus
74 
75 #include "gf2e.h"
76 #include "mzed.h"
77 #include "newton_john.h"
78 #include "echelonform.h"
79 #include "strassen.h"
80 #include "mzd_slice.h"
81 #include "trsm.h"
82 #include "ple.h"
83 #include "conversion.h"
84 #include "permutation.h"
85 
86 #ifdef __cplusplus
87 }
88 #endif //__cplusplus
89 
90 
91 #endif //M4RIE_H