/* Copyright (C) 2000-2004 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 word8 M0b[4][256][4]; extern word8 M1b[4][256][4]; extern word32 (*M0)[256]; extern word32 (*M1)[256]; extern word8 xrcon[30]; extern word8 xLogtable[256]; extern word8 xAlogtable[256]; extern word8 xS[256]; extern word8 xSi[256]; extern word8 L[256];