altos: Add software AES implementation
[fw/altos] / src / aes / ao_aes_tables.h
diff --git a/src/aes/ao_aes_tables.h b/src/aes/ao_aes_tables.h
new file mode 100644 (file)
index 0000000..73bcf3f
--- /dev/null
@@ -0,0 +1,10 @@
+/* Copyright (C) 2000-2009 Peter Selinger.
+   This file is part of ccrypt. It is free software and it is covered
+   by the GNU general public license. See the file COPYING for details. */
+
+extern const word8x4 M0[4][256];
+extern const word8x4 M1[4][256];
+extern const int xrcon[30];
+extern const word8 xS[256];
+extern const word8 xSi[256];
+