summaryrefslogtreecommitdiff
path: root/src/aes/ao_aes_tables.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-07-29 19:42:53 -0700
committerKeith Packard <keithp@keithp.com>2012-07-29 19:42:53 -0700
commite4d244eefa4c779cd9c8a91389bf998c54705b72 (patch)
tree944993d65177343683b46d7794dac562cfc99918 /src/aes/ao_aes_tables.h
parent21e39811bd234c6f66ab7644864fcc1b8c316998 (diff)
altos: Add software AES implementation
This is untested Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/aes/ao_aes_tables.h')
-rw-r--r--src/aes/ao_aes_tables.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/aes/ao_aes_tables.h b/src/aes/ao_aes_tables.h
new file mode 100644
index 00000000..73bcf3fb
--- /dev/null
+++ b/src/aes/ao_aes_tables.h
@@ -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];
+