Merge remote-tracking branch 'mjb/master'
[fw/altos] / src / aes / ao_aes_tables.h
1 /* Copyright (C) 2000-2009 Peter Selinger.
2    This file is part of ccrypt. It is free software and it is covered
3    by the GNU general public license. See the file COPYING for details. */
4
5 extern const word8x4 M0[4][256];
6 extern const word8x4 M1[4][256];
7 extern const int xrcon[30];
8 extern const word8 xS[256];
9 extern const word8 xSi[256];
10