Generate precomputed tables as sources in `precomps/'.
[u/mdw/catacomb] / symm / tiger.c
index f9aa824..95faf56 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 ---------------------------------------------------------*/