chiark / gitweb /
utils/split-pieces (QfConvert): Split out a subclass.
[catacomb] / symm / tiger.c
index f9aa8243d0061dbe2e6aeb0ac220ba4710f243fa..95faf56f0bbd1c19521c8939f4f2bf443dffaf28 100644 (file)
 #include "ghash-def.h"
 #include "hash.h"
 #include "tiger.h"
-#include "tiger-tab.h"
 #include "tiger-base.h"
 
 /*----- S-boxes -----------------------------------------------------------*/
 
-static const kludge64 s[4][256] = TIGER_S;
+extern const kludge64 tiger_s[4][256];
 
 /*----- Main code ---------------------------------------------------------*/